Home
last modified time | relevance | path

Searched refs:isExpandingOrCollapsing (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerEmptyImpl.kt50 override fun isExpandingOrCollapsing(): Boolean {
H A DShadeController.java111 boolean isExpandingOrCollapsing(); in isExpandingOrCollapsing() method
H A DShadeControllerImpl.java183 public boolean isExpandingOrCollapsing() { in isExpandingOrCollapsing() method in ShadeControllerImpl
184 return getShadeViewController().isExpandingOrCollapsing(); in isExpandingOrCollapsing()
H A DShadeViewControllerEmptyImpl.kt32 override val isExpandingOrCollapsing: Boolean = false
H A DShadeViewController.kt50 val isExpandingOrCollapsing: Boolean
H A DDebugDrawable.java87 mNotificationPanelViewController.isExpandingOrCollapsing(), in draw()
H A DNotificationPanelViewController.java2003 if (mSplitShadeEnabled && (isShadeFullyExpanded() || isExpandingOrCollapsing())) { in expandToNotifications()
2503 public boolean isExpandingOrCollapsing() { in isExpandingOrCollapsing() method in NotificationPanelViewController
4290 boolean openOrOpening = isShadeFullyExpanded() || isExpandingOrCollapsing(); in closeQsIfPossible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java332 && !mShadeViewController.isExpandingOrCollapsing()) { in handleSystemKey()
H A DStatusBarKeyguardViewManager.java549 || mShadeViewController.isExpandingOrCollapsing()); in beginShowingBouncer()
H A DCentralSurfacesImpl.java1199 boolean isShadeExpandingOrCollapsing = mShadeController.isExpandingOrCollapsing(); in onFoldedStateChangedInternal()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java980 assertThat(mNotificationPanelViewController.isExpandingOrCollapsing()).isTrue(); in isExpandingOrCollapsing_returnsTrue_whenQsLockscreenDragInProgress()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java1198 when(mNotificationPanelViewController.isExpandingOrCollapsing()).thenReturn(true); in deviceStateChange_unfolded_shadeExpanding_onKeyguard_closesQS()