Home
last modified time | relevance | path

Searched refs:canChildBeExpanded (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java45 boolean canChildBeExpanded(View v); in canChildBeExpanded() method
314 if (mResizedView != null && !mCallback.canChildBeExpanded(mResizedView)) { in onInterceptTouchEvent()
510 if (mCallback.canChildBeExpanded(v)) { in startExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java731 public boolean canChildBeExpanded(View v) { in canChildBeExpanded() method in NotificationStackScrollLayout