Searched refs:canChildBeExpanded (Results 1 – 2 of 2) sorted by relevance
45 boolean canChildBeExpanded(View v); in canChildBeExpanded() method314 if (mResizedView != null && !mCallback.canChildBeExpanded(mResizedView)) { in onInterceptTouchEvent()510 if (mCallback.canChildBeExpanded(v)) { in startExpanding()
731 public boolean canChildBeExpanded(View v) { in canChildBeExpanded() method in NotificationStackScrollLayout