Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java107 static final int COUNT_SIZES = 4; field in InvariantDeviceProfile
213 public boolean[] inlineQsb = new boolean[COUNT_SIZES];
287 for (int i = 1; i < COUNT_SIZES; i++) { in InvariantDeviceProfile()
293 COUNT_SIZES); in InvariantDeviceProfile()
295 COUNT_SIZES); in InvariantDeviceProfile()
754 for (int i = INDEX_DEFAULT; i < COUNT_SIZES; i++) { in invDistWeightedInterpolate()
858 private final int[] numFolderRows = new int[COUNT_SIZES];
859 private final int[] numFolderColumns = new int[COUNT_SIZES];
870 private final boolean[] inlineQsb = new boolean[COUNT_SIZES];
1061 private final PointF[] minCellSize = new PointF[COUNT_SIZES];
[all …]