Searched refs:offsetRectBetweenParentAndChild (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 709 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true); in findNearestTouchable()
|
D | ViewGroup.java | 6072 offsetRectBetweenParentAndChild(descendant, rect, true, false); in offsetDescendantRectToMyCoords() 6082 offsetRectBetweenParentAndChild(descendant, rect, false, false); in offsetRectIntoDescendantCoords() 6089 void offsetRectBetweenParentAndChild(View descendant, Rect rect, in offsetRectBetweenParentAndChild() method in ViewGroup
|