Searched refs:ViewLocationHolder (Results 1 – 1 of 1) sorted by relevance
7740 private final ArrayList<ViewLocationHolder> mHolders = new ArrayList<ViewLocationHolder>();7776 ArrayList<ViewLocationHolder> holders = mHolders; in init()7779 ViewLocationHolder holder = ViewLocationHolder.obtain(parent, child); in init()7784 ViewLocationHolder holder = holders.get(i); in init()7792 private void sort(ArrayList<ViewLocationHolder> holders) { in sort()7797 ViewLocationHolder.setComparisonStrategy( in sort()7798 ViewLocationHolder.COMPARISON_STRATEGY_STRIPE); in sort()7803 ViewLocationHolder.setComparisonStrategy( in sort()7804 ViewLocationHolder.COMPARISON_STRATEGY_LOCATION); in sort()7820 static class ViewLocationHolder implements Comparable<ViewLocationHolder> { class in ViewGroup[all …]