Home
last modified time | relevance | path

Searched refs:NUM_STARS (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java396 private static final int NUM_STARS = 34; // Build.VERSION_CODES.UPSIDE_DOWN_CAKE field in PlatLogoActivity.Starfield
399 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()