Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DFocusFinder.java790 private HashMap<View, Rect> mRectByView = null; field in FocusFinder.FocusSorter
797 Rect firstRect = mRectByView.get(first);
798 Rect secondRect = mRectByView.get(second);
812 Rect firstRect = mRectByView.get(first);
813 Rect secondRect = mRectByView.get(second);
827 if (mRectByView == null) { in sort()
828 mRectByView = new HashMap<>(); in sort()
838 mRectByView.put(views[i], next); in sort()
844 int sweepBottom = mRectByView.get(views[start]).bottom; in sort()
848 Rect currRect = mRectByView.get(views[sweepIdx]); in sort()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59937 Landroid/view/FocusFinder$FocusSorter;->mRectByView:Ljava/util/HashMap;