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

/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java180 mTimeOfDay = irand(0, SKIES.length);
309 s.h = irand(PARAMS.BUILDING_HEIGHT_MIN, mh);
392 mTimeOfDay = irand(0, SKIES.length); // for next reset
423 public static final int irand(int a, int b) { method in class:LLand
502 final int d1 = irand(0,250);
535 final int d2 = irand(0,250);
863 int idx = 3*irand(0, POPS.length/3);
962 w = irand(PARAMS.BUILDING_WIDTH_MIN, PARAMS.BUILDING_WIDTH_MAX);
974 w = h = irand(PARAMS.CLOUD_SIZE_MIN, PARAMS.CLOUD_SIZE_MAX);
984 w = h = irand(PARAM
[all...]

Completed in 1033 milliseconds