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

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DPlaybackTransportRowPresenterTest.java129 void verifyAtHeroIndexWithDifferentPosition(long position, int heroIndex) { method in class:PlaybackTransportRowPresenterTest
473 verifyAtHeroIndexWithDifferentPosition(0, 0);
475 verifyAtHeroIndexWithDifferentPosition(0, 0);
500 verifyAtHeroIndexWithDifferentPosition(0, 0);
529 verifyAtHeroIndexWithDifferentPosition(0, 0);
560 verifyAtHeroIndexWithDifferentPosition(20000L, positions.length - 1);
562 verifyAtHeroIndexWithDifferentPosition(20000L, positions.length - 1);
586 verifyAtHeroIndexWithDifferentPosition(20000L, positions.length - 1);
614 verifyAtHeroIndexWithDifferentPosition(20000L, positions.length - 1);

Completed in 29 milliseconds