Home
last modified time | relevance | path

Searched defs:isCustomizing (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/ui/adapter/
DCustomizerState.java44 public default boolean isCustomizing() { in isCustomizing() method
60 private final boolean isCustomizing = true; field in CustomizerState.AnimatingIntoCustomizer
72 public boolean isCustomizing() { in isCustomizing() method in CustomizerState.AnimatingIntoCustomizer
187 private static final boolean isCustomizing = true; field in CustomizerState.Showing
196 public boolean isCustomizing() { in isCustomizing() method in CustomizerState.Showing
DQSSceneAdapterImpl.java56 private final kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isCustomizing = null; field in QSSceneAdapterImpl
110 public kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isCustomizing() { in isCustomizing() method in QSSceneAdapterImpl
DQSSceneAdapter.java46 public abstract kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isCustomizing(); in isCustomizing() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyboard/shortcut/ui/composable/
DShortcutHelperKt.java86 …private static final void CustomizationButtonsContainer(boolean isCustomizing, boolean shouldShowR… in CustomizationButtonsContainer()
102 ….systemui.keyboard.shortcut.ui.model.ShortcutCategoryUi category, boolean isCustomizing, kotlin.jv… in EndSidePanel()
106 …i.keyboard.shortcut.shared.model.ShortcutSubCategory subCategory, boolean isCustomizing, kotlin.jv… in SubCategoryContainerDualPane()
114 …ndroid.systemui.keyboard.shortcut.shared.model.Shortcut shortcut, boolean isCustomizing, kotlin.jv… in Shortcut()
126 …ndroid.systemui.keyboard.shortcut.shared.model.Shortcut shortcut, boolean isCustomizing, kotlin.jv… in ShortcutKeyCombinations()
180 private static final void TitleBar(boolean isCustomizing) { in TitleBar()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/adapter/
H A DQSSceneAdapter.kt73 val isCustomizing: StateFlow<Boolean> in <lambda>() constant
246 override val isCustomizing: StateFlow<Boolean> = constant
457 val isCustomizing: Boolean constant
471 override val isCustomizing = true constant
476 override val isCustomizing = true constant in CustomizerState.AnimatingIntoCustomizer
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
H A DQuickSettings.kt207 val isCustomizing by qsSceneAdapter.isCustomizerShowing.collectAsStateWithLifecycle() in QuickSettingsContent() constant
H A DQuickSettingsScene.kt233 val isCustomizing by viewModel.qsSceneAdapter.isCustomizing.collectAsStateWithLifecycle() in QuickSettingsScene() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/shade/
DQuickSettingsController.java14 public abstract boolean isCustomizing(); in isCustomizing() method
DQuickSettingsControllerSceneImpl.java29 public boolean isCustomizing() { in isCustomizing() method in QuickSettingsControllerSceneImpl
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.kt24 val isCustomizing: Boolean constant
H A DQuickSettingsControllerSceneImpl.kt35 override val isCustomizing: Boolean constant in com.android.systemui.shade.QuickSettingsControllerSceneImpl
H A DQuickSettingsControllerImpl.java632 public boolean isCustomizing() { in isCustomizing() method in QuickSettingsControllerImpl
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/footer/ui/compose/
DFooterActionsKt.java24 …systemui.qs.footer.ui.viewmodel.FooterActionsViewModel viewModel, boolean isCustomizing, int custo… in FooterActionsWithAnimatedVisibility()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/
H A DQuickSettingsUserActionsViewModel.kt55 combine(qsSceneAdapter.isCustomizerShowing, backScene) { isCustomizing, backScene -> in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/ui/adapter/
H A DFakeQSSceneAdapter.kt40 override val isCustomizing = _customizing.asStateFlow() constant in com.android.systemui.qs.ui.adapter.FakeQSSceneAdapter
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
H A DShadeScene.kt431 val isCustomizing by viewModel.qsSceneAdapter.isCustomizing.collectAsStateWithLifecycle() in SplitShade() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java188 public boolean isCustomizing() { in isCustomizing() method in QSCustomizerController
H A DQSCustomizer.java234 public boolean isCustomizing() { in isCustomizing() method in QSCustomizer
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java50 boolean isCustomizing(); in isCustomizing() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/
H A DShortcutHelper.kt386 var isCustomizing by remember { mutableStateOf(false) } in <lambda>() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragmentLegacy.java216 public boolean isCustomizing() { in isCustomizing() method in QSFragmentLegacy
H A DQSImpl.java441 public boolean isCustomizing() { in isCustomizing() method in QSImpl
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/composefragment/
DQSFragmentCompose.java157 public boolean isCustomizing() { in isCustomizing() method in QSFragmentCompose
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/composefragment/
H A DQSFragmentCompose.kt391 override fun isCustomizing(): Boolean { in <lambda>() method in com.android.systemui.qs.composefragment.QSFragmentCompose
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/repackaged-jarjar/javac/
DSystemUIPluginLib.jarcom/android/systemui/plugins/statusbar/StatusBarStateController.class StatusBarStateController.java package com. ...

123