Searched refs:otherRect (Results 1 – 2 of 2) sorted by relevance
1949 Rect otherRect = mTempRect; in onFocusChanged() local1959 other.getDrawingRect(otherRect); in onFocusChanged()1960 offsetDescendantRectToMyCoords(other, otherRect); in onFocusChanged()1961 int distance = getDistance(previouslyFocusedRect, otherRect, direction); in onFocusChanged()
3570 Rect otherRect = mTempRect;3582 other.getDrawingRect(otherRect);3583 offsetDescendantRectToMyCoords(other, otherRect);3584 int distance = getDistance(previouslyFocusedRect, otherRect, direction);