Home
last modified time | relevance | path

Searched refs:customizing (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeHeaderController.kt155 private var customizing = false regex
467 } else if (qsVisible && !customizing) {
593 customizing = true
600 customizing = false
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java181 void setCustomizing(boolean customizing) { in setCustomizing() argument
182 mCustomizing = customizing; in setCustomizing()
H A DQSCustomizerController.java208 boolean customizing = savedInstanceState.getBoolean(EXTRA_QS_CUSTOMIZING); in restoreInstanceState()
209 if (customizing) { in restoreInstanceState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java232 public void setQsCustomizing(boolean customizing) { in setQsCustomizing() argument
233 if (mQsCustomizing == customizing) return; in setQsCustomizing()
234 mQsCustomizing = customizing; in setQsCustomizing()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java854 boolean customizing = isCustomizing(); in notifyCustomizeChanged()
855 mQSPanelScrollView.setVisibility(!customizing ? View.VISIBLE : View.INVISIBLE); in notifyCustomizeChanged()
856 mFooter.setVisibility(!customizing ? View.VISIBLE : View.INVISIBLE); in notifyCustomizeChanged()
857 mQSFooterActionsViewModel.onVisibilityChangeRequested(!customizing); in notifyCustomizeChanged()
858 mHeader.setVisibility(!customizing ? View.VISIBLE : View.INVISIBLE); in notifyCustomizeChanged()
/aosp14/system/core/init/
H A DREADME.ueventd.md4 behavior described below, along with a scripting language that allows customizing this behavior,