HomeSort by relevance Sort by last modified time
    Searched refs:mOtherRect (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
FocusFinder.java 50 final Rect mOtherRect = new Rect();
236 focusable.getFocusedRect(mOtherRect);
237 root.offsetDescendantRectToMyCoords(focusable, mOtherRect);
239 if (isBetterCandidate(direction, focusedRect, mOtherRect, mBestCandidateRect)) {
240 mBestCandidateRect.set(mOtherRect);
527 Rect touchableBounds = mOtherRect;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 138 private final Rect mOtherRect = new Rect();
    [all...]

Completed in 252 milliseconds