OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resourceIds
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowImageView.java
66
int[]
resourceIds
= resourceLoader.getDrawableIds(resourceId);
67
Drawable[] drawables = new Drawable[
resourceIds
.length];
69
for (int i = 0; i <
resourceIds
.length; i++) {
70
drawables[i] = buildDrawable(
resourceIds
[i]);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java
200
int[]
resourceIds
= new int[] {
203
for (int resourceId :
resourceIds
) {
Completed in 312 milliseconds