Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java308 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onInterceptTouchEvent()
394 private boolean isFullyExpanded(ExpandableView underFocus) { in isFullyExpanded() method in ExpandHelper
436 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java304 if (mNotificationPanel.isFullyExpanded() in onInterceptTouchEvent()
DPanelView.java939 public boolean isFullyExpanded() { in isFullyExpanded() method in PanelView
DNavigationBarView.java768 setSlippery(!isQuickStepSwipeUpEnabled() || mPanelView.isFullyExpanded()); in updateSlippery()