Searched defs:getCoverDrawableAlpha (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DDetailsFragmentTest.java65 static int getCoverDrawableAlpha(DetailsFragmentBackgroundController controller) { method in class:DetailsFragmentTest
616 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
781 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
799 return 255 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
846 assertEquals(255, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
899 assertEquals(0, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
993 assertEquals(0, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
1143 assertEquals(255, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
1169 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
H A DDetailsSupportFragmentTest.java68 static int getCoverDrawableAlpha(DetailsSupportFragmentBackgroundController controller) { method in class:DetailsSupportFragmentTest
619 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
784 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
802 return 255 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
849 assertEquals(255, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
902 assertEquals(0, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
996 assertEquals(0, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
1146 assertEquals(255, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
1172 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);

Completed in 79 milliseconds