Searched refs:customizing (Results 1 – 6 of 6) sorted by relevance
155 private var customizing = false regex467 } else if (qsVisible && !customizing) {593 customizing = true600 customizing = false
181 void setCustomizing(boolean customizing) { in setCustomizing() argument182 mCustomizing = customizing; in setCustomizing()
208 boolean customizing = savedInstanceState.getBoolean(EXTRA_QS_CUSTOMIZING); in restoreInstanceState()209 if (customizing) { in restoreInstanceState()
232 public void setQsCustomizing(boolean customizing) { in setQsCustomizing() argument233 if (mQsCustomizing == customizing) return; in setQsCustomizing()234 mQsCustomizing = customizing; in setQsCustomizing()
854 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()
4 behavior described below, along with a scripting language that allows customizing this behavior,