Searched refs:ExpandPreLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java1618 new ExpandPreLayout(callback, mMainFragmentAdapter, getView()).execute();
1768 private class ExpandPreLayout implements ViewTreeObserver.OnPreDrawListener { class in class:BrowseFragment
1779 ExpandPreLayout(Runnable callback, MainFragmentAdapter adapter, View view) { method in class:BrowseFragment.ExpandPreLayout
H A DBrowseSupportFragment.java1621 new ExpandPreLayout(callback, mMainFragmentAdapter, getView()).execute();
1771 private class ExpandPreLayout implements ViewTreeObserver.OnPreDrawListener { class in class:BrowseSupportFragment
1782 ExpandPreLayout(Runnable callback, MainFragmentAdapter adapter, View view) { method in class:BrowseSupportFragment.ExpandPreLayout

Completed in 68 milliseconds