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