Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java97 static final int COUNT_SIZES = 5; field in InvariantDeviceProfile
231 for (int i = 1; i < COUNT_SIZES; i++) { in InvariantDeviceProfile()
237 COUNT_SIZES); in InvariantDeviceProfile()
239 COUNT_SIZES); in InvariantDeviceProfile()
583 for (int i = INDEX_DEFAULT; i < COUNT_SIZES; i++) { in invDistWeightedInterpolate()
754 private final PointF[] minCellSize = new PointF[COUNT_SIZES];
760 private final float[] iconSizes = new float[COUNT_SIZES];
761 private final float[] textSizes = new float[COUNT_SIZES];
879 for (int i = 0; i < COUNT_SIZES; i++) { in DisplayOption()
888 for (int i = 0; i < COUNT_SIZES; i++) { in multiply()
[all …]