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