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

/frameworks/base/core/java/android/view/
H A DViewGroup.java1267 if (isTransformedTouchPointInView(x, y, child, outLocalPoint)) {
1441 || !isTransformedTouchPointInView(x, y, child, null)) {
1731 || !isTransformedTouchPointInView(x, y, child, null)) {
1862 || !isTransformedTouchPointInView(x, y, child, null)) {
2108 protected boolean isTransformedTouchPointInView(float x, float y, View child, method in class:ViewGroup

Completed in 55 milliseconds