Searched defs:isTransformedTouchPointInView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java840 public boolean isTransformedTouchPointInView(float x, float y, View child) { method in class:TaskStackView
841 return isTransformedTouchPointInView(x, y, child, null);
/frameworks/base/core/java/android/view/
H A DViewGroup.java1403 if (isTransformedTouchPointInView(x, y, child, outLocalPoint)) {
1582 || !isTransformedTouchPointInView(x, y, child, null)) {
1866 || !isTransformedTouchPointInView(x, y, child, null)) {
2035 || !isTransformedTouchPointInView(x, y, child, null)) {
2333 protected boolean isTransformedTouchPointInView(float x, float y, View child, method in class:ViewGroup

Completed in 580 milliseconds