Searched refs:NUM_STARS (Results 1 – 1 of 1) sorted by relevance
395 private static final int NUM_STARS = 34; // Build.VERSION_CODES.UPSIDE_DOWN_CAKE field in PlatLogoActivity.Starfield398 private final float[] mStars = new float[NUM_STARS * 4];434 for (int i = 0; i < NUM_STARS; i++) { in onBoundsChange()464 for (int i = 0; i < NUM_STARS; i++) { in draw()465 final int plane = (int) ((((float) i) / NUM_STARS) * NUM_PLANES) + 1; in draw()