OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyBounds
(Results
1 - 4
of
4
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDrawableTest.java
88
drawable.
copyBounds
(r);
99
Rect r = drawable.
copyBounds
();
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java
100
Rect rect1 = mockDrawable.
copyBounds
();
102
mockDrawable.
copyBounds
(r1);
113
Rect rect2 = mockDrawable.
copyBounds
();
115
mockDrawable.
copyBounds
(r2);
126
Rect rect3 = mockDrawable.
copyBounds
();
128
mockDrawable.
copyBounds
(r3);
139
mockDrawable.
copyBounds
(null);
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java
300
bounds = drawable.
copyBounds
();
309
bounds = drawable.
copyBounds
();
318
bounds = drawable.
copyBounds
();
/cts/tests/app/src/android/app/cts/
WallpaperColorsTest.java
105
Rect initialBounds = drawable.
copyBounds
();
Completed in 511 milliseconds