Searched refs:ViewLocationHolder (Results 1 – 1 of 1) sorted by relevance
8670 private final ArrayList<ViewLocationHolder> mHolders = new ArrayList<ViewLocationHolder>();8702 ArrayList<ViewLocationHolder> holders = mHolders; in init()8705 ViewLocationHolder holder = ViewLocationHolder.obtain(parent, child); in init()8710 ViewLocationHolder holder = holders.get(i); in init()8718 private void sort(ArrayList<ViewLocationHolder> holders) { in sort()8723 ViewLocationHolder.setComparisonStrategy( in sort()8724 ViewLocationHolder.COMPARISON_STRATEGY_STRIPE); in sort()8729 ViewLocationHolder.setComparisonStrategy( in sort()8730 ViewLocationHolder.COMPARISON_STRATEGY_LOCATION); in sort()8746 static class ViewLocationHolder implements Comparable<ViewLocationHolder> { class in ViewGroup[all …]