Searched refs:mRectByView (Results 1 – 2 of 2) sorted by relevance
787 private HashMap<View, Rect> mRectByView = null; field in FocusFinder.FocusSorter794 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 …]
74366 Landroid/view/FocusFinder$FocusSorter;->mRectByView:Ljava/util/HashMap;