HomeSort by relevance Sort by last modified time
    Searched refs:irand (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 197 mTimeOfDay = irand(0, SKIES.length - 1);
198 mScene = irand(0, SCENE_COUNT);
475 s.h = irand(PARAMS.BUILDING_HEIGHT_MIN, mh);
613 mTimeOfDay = irand(0, SKIES.length - 1); // for next reset
614 mScene = irand(0, SCENE_COUNT);
648 public static final int irand(int a, int b) {
653 return l[irand(0, l.length-1)];
757 final int d1 = irand(0,250);
790 final int d2 = irand(0,250);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 143 final int K = 1; //irand(1,3);
231 hsv[0] = irand(0,COLORS) * (360f/COLORS);
333 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate);
422 final float rot = (float)irand(0, 4) * 90f;
480 static int irand(int a, int b) {
  /external/speex/libspeex/
scal.c 130 static unsigned int irand(int *seed) function
194 order = order+(irand(&st->seed)%3)-1;
199 /*order = 5+(irand(&st->seed)%6);*/

Completed in 6843 milliseconds