Searched refs:mOtherRect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DFocusFinder.java47 final Rect mOtherRect = new Rect(); field in class:FocusFinder
232 focusable.getFocusedRect(mOtherRect);
233 root.offsetDescendantRectToMyCoords(focusable, mOtherRect);
235 if (isBetterCandidate(direction, focusedRect, mOtherRect, mBestCandidateRect)) {
236 mBestCandidateRect.set(mOtherRect);
523 Rect touchableBounds = mOtherRect;

Completed in 42 milliseconds