OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCalledOnBoundsChange
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java
655
assertFalse(mockDrawable1.
hasCalledOnBoundsChange
());
656
assertFalse(mockDrawable2.
hasCalledOnBoundsChange
());
666
assertFalse(mockDrawable1.
hasCalledOnBoundsChange
());
667
assertTrue(mockDrawable2.
hasCalledOnBoundsChange
());
678
assertFalse(mockDrawable1.
hasCalledOnBoundsChange
());
679
assertTrue(mockDrawable2.
hasCalledOnBoundsChange
());
709
assertFalse(mockDrawable1.
hasCalledOnBoundsChange
());
710
assertFalse(mockDrawable2.
hasCalledOnBoundsChange
());
720
assertFalse(mockDrawable1.
hasCalledOnBoundsChange
());
721
assertTrue(mockDrawable2.
hasCalledOnBoundsChange
());
[
all
...]
ScaleDrawableTest.java
333
assertTrue(mockScaleDrawable.
hasCalledOnBoundsChange
());
339
assertTrue(mockScaleDrawable.
hasCalledOnBoundsChange
());
573
public boolean
hasCalledOnBoundsChange
() {
Completed in 45 milliseconds