Searched refs:canDragView (Results 1 – 2 of 2) sorted by relevance
72 if (canDragView(child) && parent.isPointInChildBounds(child, x, y)) { in onInterceptTouchEvent()130 if (parent.isPointInChildBounds(child, x, y) && canDragView(child)) { in onTouchEvent()267 boolean canDragView(V view) { in canDragView() method in HeaderBehavior
1067 boolean canDragView(AppBarLayout view) { in canDragView() method