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.java44 boolean canChildBeExpanded(View v); in canChildBeExpanded() method
335 if (mResizedView != null && !mCallback.canChildBeExpanded(mResizedView)) { in onInterceptTouchEvent()
536 boolean canBeExpanded = mCallback.canChildBeExpanded(v); in startExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6806 public boolean canChildBeExpanded(View v) {