Searched refs:mOtherRect (Results 1 – 2 of 2) sorted by relevance
56 final Rect mOtherRect = new Rect(); field in FocusFinder374 focusable.getFocusedRect(mOtherRect); in findNextFocusInAbsoluteDirection()375 root.offsetDescendantRectToMyCoords(focusable, mOtherRect); in findNextFocusInAbsoluteDirection()377 if (isBetterCandidate(direction, focusedRect, mOtherRect, mBestCandidateRect)) { in findNextFocusInAbsoluteDirection()378 mBestCandidateRect.set(mOtherRect); in findNextFocusInAbsoluteDirection()715 Rect touchableBounds = mOtherRect; in findNearestTouchable()
59341 Landroid/view/FocusFinder;->mOtherRect:Landroid/graphics/Rect;