Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java777 private HashMap<View, Rect> mRectByView = null; field in FocusFinder.FocusSorter
784 Rect firstRect = mRectByView.get(first);
785 Rect secondRect = mRectByView.get(second);
799 Rect firstRect = mRectByView.get(first);
800 Rect secondRect = mRectByView.get(second);
814 if (mRectByView == null) { in sort()
815 mRectByView = new HashMap<>(); in sort()
825 mRectByView.put(views[i], next); in sort()
831 int sweepBottom = mRectByView.get(views[start]).bottom; in sort()
835 Rect currRect = mRectByView.get(views[sweepIdx]); in sort()
[all …]