Searched refs:random (Results 1 – 6 of 6) sorted by relevance
174 Random random = new Random(); in randomList() local181 items.add(CHEESES[random.nextInt(CHEESES.length)]); in randomList()
145 private float mPosX = (float) Math.random();146 private float mPosY = (float) Math.random();279 dx += ((float) Math.random() - 0.5f) * 0.0001f; in update()280 dy += ((float) Math.random() - 0.5f) * 0.0001f; in update()
340 int x = (int) (Math.random() * 2 * BURN_IN_OFFSET_PX - BURN_IN_OFFSET_PX); in onUpdateAmbient()341 int y = (int) (Math.random() * 2 * BURN_IN_OFFSET_PX - BURN_IN_OFFSET_PX); in onUpdateAmbient()
59 float value = (float) Math.random() * (maxValue - minValue) + minValue; in onComplicationUpdate()
81 int index = (int) (Math.random() * mockReplyMessages.length); in mockReply()
257 byte b = (byte) (255 * Math.random()); in createFileWithRandomDataAndFinishActivity()