Home
last modified time | relevance | path

Searched refs:RARE_PASTRIES (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java59 private static final int[] RARE_PASTRIES = { field in 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 }) { in DessertCaseView()
302 d = mDrawables.get(pick(RARE_PASTRIES)); in fillFreeList()