Home
last modified time | relevance | path

Searched refs:isFullyExpanded (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java318 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onInterceptTouchEvent()
404 private boolean isFullyExpanded(ExpandableView underFocus) { in isFullyExpanded() method in ExpandHelper
446 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java347 if (mNotificationPanelViewController.isFullyExpanded() in setupExpandedStatusBar()
H A DPanelViewController.java827 public boolean isFullyExpanded() { in isFullyExpanded() method in PanelViewController
H A DNotificationPanelViewController.java3933 if (event.getActionMasked() == MotionEvent.ACTION_DOWN && isFullyExpanded() in createTouchHandler()
4045 + isFullyExpanded() + " inQs=" + isInSettings()); in updateSystemUiStateFlags()
4048 isFullyExpanded() && !isInSettings()) in updateSystemUiStateFlags()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java921 (mPanelView != null && mPanelView.isFullyExpanded() && !mPanelView.isCollapsing())); in updateSlippery()