Searched refs:otherRect (Results 1 – 2 of 2) sorted by relevance
1967 Rect otherRect = mTempRect; in onFocusChanged() local1977 other.getDrawingRect(otherRect); in onFocusChanged()1978 offsetDescendantRectToMyCoords(other, otherRect); in onFocusChanged()1979 int distance = getDistance(previouslyFocusedRect, otherRect, direction); in onFocusChanged()
3796 Rect otherRect = mTempRect;3808 other.getDrawingRect(otherRect);3809 offsetDescendantRectToMyCoords(other, otherRect);3810 int distance = getDistance(previouslyFocusedRect, otherRect, direction);