Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java787 private HashMap<View, Rect> mRectByView = null; field in FocusFinder.FocusSorter
794 Rect firstRect = mRectByView.get(first);
795 Rect secondRect = mRectByView.get(second);
809 Rect firstRect = mRectByView.get(first);
810 Rect secondRect = mRectByView.get(second);
824 if (mRectByView == null) { in sort()
825 mRectByView = new HashMap<>(); in sort()
835 mRectByView.put(views[i], next); in sort()
841 int sweepBottom = mRectByView.get(views[start]).bottom; in sort()
845 Rect currRect = mRectByView.get(views[sweepIdx]); in sort()
[all …]