Searched refs:hasCalledInvalidate (Results 1 – 7 of 7) sorted by relevance
152 assertTrue(callback.hasCalledInvalidate()); in testInvalidateDrawable()156 assertTrue(callback.hasCalledInvalidate()); in testInvalidateDrawable()161 assertFalse(callback.hasCalledInvalidate()); in testInvalidateDrawable()305 public boolean hasCalledInvalidate() { in hasCalledInvalidate() method in RotateDrawableTest.MockCallback
75 assertTrue(cb.hasCalledInvalidate()); in testInvalidateDrawable()79 assertTrue(cb.hasCalledInvalidate()); in testInvalidateDrawable()84 assertFalse(cb.hasCalledInvalidate()); in testInvalidateDrawable()148 public boolean hasCalledInvalidate() { in hasCalledInvalidate() method in DrawableWrapperTest.MockCallback
62 assertTrue(cb.hasCalledInvalidate()); in testInvalidateDrawable()66 assertTrue(cb.hasCalledInvalidate()); in testInvalidateDrawable()71 assertFalse(cb.hasCalledInvalidate()); in testInvalidateDrawable()137 public boolean hasCalledInvalidate() { in hasCalledInvalidate() method in ScaleDrawableTest.MockCallback
305 assertTrue(cb.hasCalledInvalidate()); in testInvalidateDrawable()309 assertTrue(cb.hasCalledInvalidate()); in testInvalidateDrawable()314 assertFalse(cb.hasCalledInvalidate()); in testInvalidateDrawable()385 public boolean hasCalledInvalidate() { in hasCalledInvalidate() method in LayerDrawableTest.MockCallback
140 assertFalse(mockTabWidget.hasCalledInvalidate()); in testChildDrawableStateChanged()144 assertTrue(mockTabWidget.hasCalledInvalidate()); in testChildDrawableStateChanged()148 assertFalse(mockTabWidget.hasCalledInvalidate()); in testChildDrawableStateChanged()376 public boolean hasCalledInvalidate() { in hasCalledInvalidate() method in TabWidgetTest.MockTabWidget
264 assertTrue(mockProgressBar.hasCalledInvalidate()); in testInvalidateDrawable()268 assertFalse(mockProgressBar.hasCalledInvalidate()); in testInvalidateDrawable()539 public boolean hasCalledInvalidate() { in hasCalledInvalidate() method in ProgressBarTest.MockProgressBar
112 public boolean hasCalledInvalidate() { in hasCalledInvalidate() method in MockView