Searched refs:irand (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java198 mTimeOfDay = irand(0, SKIES.length - 1);
199 mScene = irand(0, SCENE_COUNT);
476 s.h = irand(PARAMS.BUILDING_HEIGHT_MIN, mh);
614 mTimeOfDay = irand(0, SKIES.length - 1); // for next reset
615 mScene = irand(0, SCENE_COUNT);
649 public static final int irand(int a, int b) { method in class:MLand
654 return l[irand(0, l.length-1)];
758 final int d1 = irand(0,250);
791 final int d2 = irand(0,250);
1396 w = irand(PARAM
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java136 final int K = 1; //irand(1,3);
224 hsv[0] = irand(0,COLORS) * (360f/COLORS);
326 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate);
415 final float rot = (float)irand(0, 4) * 90f;
473 static int irand(int a, int b) { method in class:DessertCaseView

Completed in 189 milliseconds