Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java801 private HashMap<View, Rect> mRectByView = null; field in FocusFinder.FocusSorter
808 Rect firstRect = mRectByView.get(first);
809 Rect secondRect = mRectByView.get(second);
823 Rect firstRect = mRectByView.get(first);
824 Rect secondRect = mRectByView.get(second);
838 if (mRectByView == null) { in sort()
839 mRectByView = new HashMap<>(); in sort()
849 mRectByView.put(views[i], next); in sort()
855 int sweepBottom = mRectByView.get(views[start]).bottom; in sort()
859 Rect currRect = mRectByView.get(views[sweepIdx]); in sort()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59294 Landroid/view/FocusFinder$FocusSorter;->mRectByView:Ljava/util/HashMap;