Searched refs:isFullyExpanded (Results 1 – 4 of 4) sorted by relevance
308 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onInterceptTouchEvent()394 private boolean isFullyExpanded(ExpandableView underFocus) { in isFullyExpanded() method in ExpandHelper436 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onTouchEvent()
742 mPanelView.isFullyExpanded() && !mPanelView.isInSettings(), displayId); in updatePanelSystemUiStateFlags()773 (mPanelView.isFullyExpanded() && !mPanelView.isCollapsing())); in updateSlippery()
425 if (mNotificationPanel.isFullyExpanded() in onInterceptTouchEvent()
933 public boolean isFullyExpanded() { in isFullyExpanded() method in PanelView