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