Searched refs:switchToRows (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragmentBackgroundController.java304 public final void switchToRows() { method in class:DetailsFragmentBackgroundController
305 mFragment.switchToRows();
H A DDetailsSupportFragmentBackgroundController.java307 public final void switchToRows() { method in class:DetailsSupportFragmentBackgroundController
308 mFragment.switchToRows();
H A DDetailsFragment.java592 void switchToRows() { method in class:DetailsFragment
H A DDetailsSupportFragment.java595 void switchToRows() { method in class:DetailsSupportFragment
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DDetailsFragmentTest.java637 // test switchToRows() and switchToVideo()
642 detailsFragment.mDetailsBackgroundController.switchToRows();
937 // switchToRows does nothing if there is no row
942 detailsFragment.mDetailsBackgroundController.switchToRows();
H A DDetailsSupportFragmentTest.java640 // test switchToRows() and switchToVideo()
645 detailsFragment.mDetailsBackgroundController.switchToRows();
940 // switchToRows does nothing if there is no row
945 detailsFragment.mDetailsBackgroundController.switchToRows();

Completed in 52 milliseconds