Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java301 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onInterceptTouchEvent()
387 private boolean isFullyExpanded(ExpandableView underFocus) { in isFullyExpanded() method in ExpandHelper
429 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java247 if (mNotificationPanel.isFullyExpanded() in onInterceptTouchEvent()
DPanelView.java798 public boolean isFullyExpanded() { in isFullyExpanded() method in PanelView