Home
last modified time | relevance | path

Searched refs:getSecondaryProgress (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DProgressBarTest.java51 assertThat(progressBar.getSecondaryProgress(), equalTo(progress)); in testSecondaryProgress()
68 assertEquals(0, progressBar.getSecondaryProgress()); in shouldReturnZeroAsProgressWhenIndeterminate()
72 assertEquals(20, progressBar.getSecondaryProgress()); in shouldReturnZeroAsProgressWhenIndeterminate()
83 assertEquals(0, progressBar.getSecondaryProgress()); in shouldNotSetProgressWhenIndeterminate()
94 assertEquals(0, progressBar.getSecondaryProgress()); in testIncrementProgressBy()
96 assertEquals(1, progressBar.getSecondaryProgress()); in testIncrementProgressBy()
98 assertEquals(2, progressBar.getSecondaryProgress()); in testIncrementProgressBy()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowProgressBar.java55 public int getSecondaryProgress() { in getSecondaryProgress() method in ShadowProgressBar