Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java176 return mCommandQueue.panelsEnabled(); in panelEnabled()
DStatusBarNotificationPresenter.java361 if (!mCommandQueue.panelsEnabled()) { in canHeadsUp()
DStatusBar.java1776 if (!mCommandQueue.panelsEnabled() || !mKeyguardMonitor.isDeviceInteractive() in handleSystemKey()
1820 if (!force && (mExpandedVisible || !mCommandQueue.panelsEnabled())) { in makeExpandedVisible()
1922 if (!mCommandQueue.panelsEnabled()) { in dispatchNotificationsPanelTouchEvent()
1940 if (!mCommandQueue.panelsEnabled()) { in animateExpandNotificationsPanel()
1952 if (!mCommandQueue.panelsEnabled()) { in animateExpandSettingsPanel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java564 when(mCommandQueue.panelsEnabled()).thenReturn(false); in testDisableExpandStatusBar()
573 when(mCommandQueue.panelsEnabled()).thenReturn(true); in testDisableExpandStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java323 public boolean panelsEnabled() { in panelsEnabled() method in CommandQueue
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java585 if (!mCommandQueue.panelsEnabled() || !mUserSetup) { in animateExpandNotificationsPanel()