Home
last modified time | relevance | path

Searched refs:isPointInChildBounds (Results 1 – 25 of 25) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DHeaderBehavior.java71 if (canDragView(child) && parent.isPointInChildBounds(child, x, y)) { in onInterceptTouchEvent()
129 if (parent.isPointInChildBounds(child, x, y) && canDragView(child)) { in onTouchEvent()
DBottomSheetBehavior.java285 if (scroll != null && parent.isPointInChildBounds(scroll, initialX, mInitialY)) { in onInterceptTouchEvent()
290 !parent.isPointInChildBounds(child, initialX, mInitialY); in onInterceptTouchEvent()
302 !parent.isPointInChildBounds(scroll, (int) event.getX(), (int) event.getY()) && in onInterceptTouchEvent()
DSwipeDismissBehavior.java178 mInterceptingEvents = parent.isPointInChildBounds(child, in onInterceptTouchEvent()
DBaseTransientBottomBar.java740 if (parent.isPointInChildBounds(child, (int) event.getX(), in onInterceptTouchEvent()
DCoordinatorLayout.java1641 public boolean isPointInChildBounds(View child, int x, int y) { in isPointInChildBounds() method in CoordinatorLayout
/frameworks/support/api/
D22.2.0.txt107 method public boolean isPointInChildBounds(android.view.View, int, int);
D22.2.1.txt107 method public boolean isPointInChildBounds(android.view.View, int, int);
D25.1.0.txt484 method public boolean isPointInChildBounds(android.view.View, int, int);
D25.0.0.txt451 method public boolean isPointInChildBounds(android.view.View, int, int);
D23.0.0.txt197 method public boolean isPointInChildBounds(android.view.View, int, int);
D25.2.0.txt484 method public boolean isPointInChildBounds(android.view.View, int, int);
D24.2.0.txt431 method public boolean isPointInChildBounds(android.view.View, int, int);
D26.0.0-alpha1.txt522 method public boolean isPointInChildBounds(android.view.View, int, int);
D23.2.1.txt273 method public boolean isPointInChildBounds(android.view.View, int, int);
D25.3.0.txt594 method public boolean isPointInChildBounds(android.view.View, int, int);
D23.2.0.txt273 method public boolean isPointInChildBounds(android.view.View, int, int);
D23.1.1.txt217 method public boolean isPointInChildBounds(android.view.View, int, int);
D25.4.0.txt624 method public boolean isPointInChildBounds(android.view.View, int, int);
D23.4.0.txt274 method public boolean isPointInChildBounds(android.view.View, int, int);
D23.1.0.txt217 method public boolean isPointInChildBounds(android.view.View, int, int);
D24.0.0.txt289 method public boolean isPointInChildBounds(android.view.View, int, int);
D26.0.0-beta1.txt622 method public boolean isPointInChildBounds(android.view.View, int, int);
D26.0.0-SNAPSHOT.txt621 method public boolean isPointInChildBounds(android.view.View, int, int);
D26.0.0-beta2.txt621 method public boolean isPointInChildBounds(android.view.View, int, int);
D24.1.0.txt289 method public boolean isPointInChildBounds(android.view.View, int, int);