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.java297 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onInterceptTouchEvent()
381 private boolean isFullyExpanded(ExpandableView underFocus) { in isFullyExpanded() method in ExpandHelper
420 if (mResizedView != null && !isFullyExpanded(mResizedView)) { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java214 if (mNotificationPanel.isFullyExpanded() in onInterceptTouchEvent()
DPanelView.java785 public boolean isFullyExpanded() { in isFullyExpanded() method in PanelView