Home
last modified time | relevance | path

Searched refs:isFullyCollapsed (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java76 if (mShadeViewController.isFullyCollapsed()) { in onHeadsUpPinnedModeChanged()
82 if (!mShadeViewController.isFullyCollapsed() in onHeadsUpPinnedModeChanged()
H A DCentralSurfacesCommandQueueCallbacks.java323 if (mShadeViewController.isFullyCollapsed()) { in handleSystemKey()
391 mShadeViewController.isFullyCollapsed()); in onCameraLaunchGestureDetected()
H A DPhoneStatusBarViewController.kt194 if (shadeViewController.isFullyCollapsed &&
H A DStatusBarNotificationPresenter.java218 return mNotificationPanel.isFullyCollapsed(); in isPresenterFullyCollapsed()
H A DStatusBarNotificationActivityStarter.java294 return animate || !mShadeViewController.isFullyCollapsed(); in handleNotificationClickAfterKeyguardDismissed()
H A DCentralSurfacesImpl.java2959 mShadeSurface.isFullyCollapsed());
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewControllerTest.kt255 whenever(notificationPanelViewController.isFullyCollapsed).thenReturn(true)
274 whenever(notificationPanelViewController.isFullyCollapsed).thenReturn(false)
287 whenever(notificationPanelViewController.isFullyCollapsed).thenReturn(true)
302 whenever(notificationPanelViewController.isFullyCollapsed).thenReturn(true)
319 whenever(notificationPanelViewController.isFullyCollapsed).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1901 if (animate && !isFullyCollapsed()) { in resetViews()
1914 if (animate && !isFullyCollapsed()) { in collapse()
1993 } else if (isFullyCollapsed()) { in expandToQs()
2160 mCollapsedOnDown = isFullyCollapsed(); in initDownStates()
2223 if (!isFullyCollapsed()) { in startWaitingForExpandGesture()
2666 if (isFullyCollapsed()) { in onExpandingFinished()
3706 if (!mTracking || isFullyCollapsed()) { in startExpandMotion()
3880 if (isFullyCollapsed()) { in updateExpandedHeightToMaxHeight()
3990 public boolean isFullyCollapsed() { in isFullyCollapsed() method
5204 if (isFullyCollapsed()) {
[all …]
H A DShadeControllerImpl.java163 if (!getShadeViewController().isFullyCollapsed()) { in closeShadeIfOpen()
233 if (!getShadeViewController().isFullyCollapsed()) { in collapseShade()
H A DShadeViewControllerEmptyImpl.kt43 override val isFullyCollapsed: Boolean = false
H A DShadeViewController.kt97 val isFullyCollapsed: Boolean
H A DQuickSettingsController.java1591 public boolean handleTouch(MotionEvent event, boolean isFullyCollapsed, in handleTouch() argument
1611 if (!isFullyCollapsed && !isShadeOrQsHeightAnimationRunning) { in handleTouch()
1629 if (action == MotionEvent.ACTION_DOWN && isFullyCollapsed && isExpansionEnabled()) { in handleTouch()
2305 void beginJankMonitoring(boolean isFullyCollapsed) { in beginJankMonitoring() argument
2313 mPanelView).setTag(isFullyCollapsed ? "Expand" : "Collapse"); in beginJankMonitoring()
H A DNotificationShadeWindowViewController.java365 && mNotificationPanelViewController.isFullyCollapsed()) { in setupExpandedStatusBar()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java140 default boolean isFullyCollapsed() { in isFullyCollapsed() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationControllerTest.kt104 `when`(shadeViewController.isFullyCollapsed).thenReturn(true)
H A DPhoneStatusBarViewControllerTest.kt196 `when`(shadeViewController.isFullyCollapsed).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt182 whenever(qS.isFullyCollapsed).thenReturn(true)
200 whenever(qS.isFullyCollapsed).thenReturn(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt296 (qS.isFullyCollapsed || useSplitShade)
415 (qS.isFullyCollapsed || useSplitShade))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java409 public boolean isFullyCollapsed() { in isFullyCollapsed() method in QSFragment