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