Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java56 final Rect mOtherRect = new Rect(); field in FocusFinder
364 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java138 private final Rect mOtherRect = new Rect(); field in DividerView
1059 mOtherRect); in resizeStack()
1069 alignTopLeft(mOtherRect, mOtherTaskRect); in resizeStack()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74413 Landroid/view/FocusFinder;->mOtherRect:Landroid/graphics/Rect;