Searched refs:otherRect (Results 1 – 2 of 2) sorted by relevance
1942 Rect otherRect = mTempRect; in onFocusChanged() local1952 other.getDrawingRect(otherRect); in onFocusChanged()1953 offsetDescendantRectToMyCoords(other, otherRect); in onFocusChanged()1954 int distance = getDistance(previouslyFocusedRect, otherRect, direction); in onFocusChanged()
3678 Rect otherRect = mTempRect;3690 other.getDrawingRect(otherRect);3691 offsetDescendantRectToMyCoords(other, otherRect);3692 int distance = getDistance(previouslyFocusedRect, otherRect, direction);