Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java56 final Rect mOtherRect = new Rect(); field in FocusFinder
374 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59341 Landroid/view/FocusFinder;->mOtherRect:Landroid/graphics/Rect;