Searched refs:ViewLocationHolder (Results 1 – 1 of 1) sorted by relevance
7560 private final ArrayList<ViewLocationHolder> mHolders = new ArrayList<ViewLocationHolder>();7596 ArrayList<ViewLocationHolder> holders = mHolders; in init()7599 ViewLocationHolder holder = ViewLocationHolder.obtain(parent, child); in init()7604 ViewLocationHolder holder = holders.get(i); in init()7612 private void sort(ArrayList<ViewLocationHolder> holders) { in sort()7617 ViewLocationHolder.setComparisonStrategy( in sort()7618 ViewLocationHolder.COMPARISON_STRATEGY_STRIPE); in sort()7623 ViewLocationHolder.setComparisonStrategy( in sort()7624 ViewLocationHolder.COMPARISON_STRATEGY_LOCATION); in sort()7640 static class ViewLocationHolder implements Comparable<ViewLocationHolder> { class in ViewGroup[all …]