OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recycledicon
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
ItemTest.java
50
Drawable
recycledIcon
= new ShapeDrawable();
51
mIconView.setImageDrawable(
recycledIcon
);
59
assertEquals("Recycled icon level should not change", 1,
recycledIcon
.getLevel());
Completed in 66 milliseconds