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.java66 static int getCoverDrawableAlpha(DetailsFragmentBackgroundController controller) { method in class:DetailsFragmentTest
617 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
782 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
800 return 255 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
847 assertEquals(255, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
900 assertEquals(0, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
994 assertEquals(0, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
1144 assertEquals(255, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
1170 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
H A DDetailsSupportFragmentTest.java69 static int getCoverDrawableAlpha(DetailsSupportFragmentBackgroundController controller) { method in class:DetailsSupportFragmentTest
620 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
785 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
803 return 255 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
850 assertEquals(255, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
903 assertEquals(0, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
997 assertEquals(0, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
1147 assertEquals(255, getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController));
1173 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);

Completed in 62 milliseconds