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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java59 private static final int[] RARE_PASTRIES = { field in class:DessertCaseView
88 private static final int NUM_PASTRIES = PASTRIES.length + RARE_PASTRIES.length
172 for (int[] list : new int[][] { PASTRIES, RARE_PASTRIES, XRARE_PASTRIES, XXRARE_PASTRIES }) {
302 d = mDrawables.get(pick(RARE_PASTRIES));

Completed in 38 milliseconds