Searched defs:resources (Results 1 - 1 of 1) sorted by relevance

/gdk/samples/PhotoEditor/src/com/android/photoeditor/
H A DIconIndicator.java51 private Drawable[] loadIcons(Resources resources, int iconsId) { argument
52 TypedArray array = resources.obtainTypedArray(iconsId);
57 drawable[i] = id == 0 ? null : resources.getDrawable(id);

Completed in 51 milliseconds