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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java252 private final class FragmentHostImpl implements FragmentHost { class in class:BrowseFragment
256 FragmentHostImpl() { method in class:BrowseFragment.FragmentHostImpl
326 FragmentHostImpl mFragmentHost;
403 void setFragmentHost(FragmentHostImpl fragmentHost) {
529 mMainFragmentAdapter.setFragmentHost(new FragmentHostImpl());
1108 mMainFragmentAdapter.setFragmentHost(new FragmentHostImpl());
1118 mMainFragmentAdapter.setFragmentHost(new FragmentHostImpl());
H A DBrowseSupportFragment.java254 private final class FragmentHostImpl implements FragmentHost { class in class:BrowseSupportFragment
258 FragmentHostImpl() { method in class:BrowseSupportFragment.FragmentHostImpl
328 FragmentHostImpl mFragmentHost;
405 void setFragmentHost(FragmentHostImpl fragmentHost) {
531 mMainFragmentAdapter.setFragmentHost(new FragmentHostImpl());
1110 mMainFragmentAdapter.setFragmentHost(new FragmentHostImpl());
1120 mMainFragmentAdapter.setFragmentHost(new FragmentHostImpl());

Completed in 36 milliseconds