Searched refs:mOtherRect (Results 1 – 3 of 3) sorted by relevance
56 final Rect mOtherRect = new Rect(); field in FocusFinder364 focusable.getFocusedRect(mOtherRect); in findNextFocusInAbsoluteDirection()365 root.offsetDescendantRectToMyCoords(focusable, mOtherRect); in findNextFocusInAbsoluteDirection()367 if (isBetterCandidate(direction, focusedRect, mOtherRect, mBestCandidateRect)) { in findNextFocusInAbsoluteDirection()368 mBestCandidateRect.set(mOtherRect); in findNextFocusInAbsoluteDirection()701 Rect touchableBounds = mOtherRect; in findNearestTouchable()
138 private final Rect mOtherRect = new Rect(); field in DividerView1059 mOtherRect); in resizeStack()1069 alignTopLeft(mOtherRect, mOtherTaskRect); in resizeStack()
74413 Landroid/view/FocusFinder;->mOtherRect:Landroid/graphics/Rect;