HomeSort by relevance Sort by last modified time
    Searched full:sicons (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
Food.java 27 private static int[] sIcons;
35 if (sIcons == null) {
37 sIcons = new int[icons.length()];
38 for (int i = 0; i < sIcons.length; i++) {
39 sIcons[i] = icons.getResourceId(i, 0);
43 return Icon.createWithResource(context, sIcons[mType]);

Completed in 94 milliseconds