Searched refs:isCustomizing (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java48 boolean isCustomizing(); method in interface:QS
78 return isCustomizing();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java182 public boolean isCustomizing() { method in class:QSFragment
183 return mQSCustomizer.isCustomizing();
244 return isCustomizing();
385 mQSPanel.setVisibility(!mQSCustomizer.isCustomizing() ? View.VISIBLE : View.INVISIBLE);
386 mFooter.setVisibility(!mQSCustomizer.isCustomizing() ? View.VISIBLE : View.INVISIBLE);
398 if (mQSCustomizer.isCustomizing()) {
H A DQSContainerImpl.java166 return mQSCustomizer.isCustomizing() ? mQSCustomizer.getHeight()
H A DQSPanel.java149 return mCustomizePanel != null && mCustomizePanel.isCustomizing();
485 if (!mCustomizePanel.isCustomizing()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/
H A DCarQSFragment.java143 public boolean isCustomizing() { method in class:CarQSFragment
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java219 public boolean isCustomizing() { method in class:QSCustomizer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java861 if (mBlockTouches || (mQs != null && mQs.isCustomizing())) {
1378 if (mQs != null && mQs.isCustomizing()) {

Completed in 1094 milliseconds