Searched refs:mRandom (Results 1 – 10 of 10) sorted by relevance
50 final Random mRandom = new Random(); field in FakeView72 mPaint.setTextSize(mRandom.nextInt(40) + 10); in onDraw()73 mPaint.setColor(0xff000000 + mRandom.nextInt(0x1000000)); in onDraw()74 int x = mRandom.nextInt(getWidth()) - (getWidth()/2); in onDraw()75 int y = mRandom.nextInt(getHeight()); in onDraw()
36 final Random mRandom = new Random(); field in FakeBackgroundService51 final int VAL = mRandom.nextInt();
35 private final Random mRandom = new Random(); field in PathsCacheActivity95 for (int i = 0; i < mRandom.nextInt(20); i++) { in onDraw()97 int r = mRandom.nextInt(10); in onDraw()103 canvas.translate(450.0f + mRandom.nextInt(200), mRandom.nextInt(200)); in onDraw()108 int r = mRandom.nextInt(100); in onDraw()
46 private Random mRandom; field in BlackWhiteFilter90 mRandom = new Random(new Date().getTime()); in BlackWhiteFilter()127 float seed[] = { mRandom.nextFloat(), mRandom.nextFloat() }; in updateParameters()
40 private Random mRandom; field in LomoishFilter125 mRandom = new Random(new Date().getTime()); in LomoishFilter()173 float seed[] = { mRandom.nextFloat(), mRandom.nextFloat() }; in initParameters()
40 private Random mRandom; field in DocumentaryFilter85 mRandom = new Random(new Date().getTime()); in DocumentaryFilter()161 float seed[] = { mRandom.nextFloat(), mRandom.nextFloat() }; in initParameters()
53 private Random mRandom; field in GrainFilter98 mRandom = new Random(new Date().getTime()); in GrainFilter()132 float seed[] = { mRandom.nextFloat(), mRandom.nextFloat() }; in updateParameters()
51 private final Random mRandom = new Random(); field in NotificationStressTest81 Notification notification = new Notification(ICONS[mRandom.nextInt(ICONS.length)], text, in sendNotification()
212 private final SecureRandom mRandom; field in HeaderSet234 mRandom = new SecureRandom(); in HeaderSet()604 nonce[i] = (byte)mRandom.nextInt(); in createAuthenticationChallenge()
182 private final Random mRandom = new Random(); // guarded by itself field in ContentResolver1769 synchronized (mRandom) { in maybeLogQueryToEventLog()1770 if (mRandom.nextInt(100) >= samplePercent) { in maybeLogQueryToEventLog()1808 synchronized (mRandom) { in maybeLogUpdateToEventLog()1809 if (mRandom.nextInt(100) >= samplePercent) { in maybeLogUpdateToEventLog()