Searched refs:getSecondaryProgress (Results 1 – 2 of 2) sorted by relevance
51 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()
55 public int getSecondaryProgress() { in getSecondaryProgress() method in ShadowProgressBar