Searched refs:canChildBeExpanded (Results 1 – 2 of 2) sorted by relevance
44 boolean canChildBeExpanded(View v); in canChildBeExpanded() method325 if (mResizedView != null && !mCallback.canChildBeExpanded(mResizedView)) { in onInterceptTouchEvent()526 boolean canBeExpanded = mCallback.canChildBeExpanded(v); in startExpanding()
1107 public boolean canChildBeExpanded(View v) { in canChildBeExpanded() method in NotificationStackScrollLayout