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