Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java147 public PointF[] allAppsCellSize; field in InvariantDeviceProfile
431 allAppsCellSize = displayOption.allAppsCellSize; in initGrid()
1071 private final PointF[] allAppsCellSize = new PointF[COUNT_SIZES]; field in InvariantDeviceProfile.DisplayOption
1155 allAppsCellSize[INDEX_DEFAULT] = new PointF(x, y); in DisplayOption()
1158 allAppsCellSize[INDEX_DEFAULT].x); in DisplayOption()
1160 allAppsCellSize[INDEX_DEFAULT].y); in DisplayOption()
1161 allAppsCellSize[INDEX_LANDSCAPE] = new PointF(x, y); in DisplayOption()
1164 allAppsCellSize[INDEX_DEFAULT].x); in DisplayOption()
1166 allAppsCellSize[INDEX_DEFAULT].y); in DisplayOption()
1167 allAppsCellSize[INDEX_TWO_PANEL_PORTRAIT] = new PointF(x, y); in DisplayOption()
[all …]
DDeviceProfile.java1329 allAppsCellHeightPx = pxFromDp(inv.allAppsCellSize[mTypeIndex].y, mMetrics)
1337 allAppsCellWidthPx = pxFromDp(inv.allAppsCellSize[mTypeIndex].x, mMetrics, scale);
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DFakeInvariantDeviceProfileTest.kt142 allAppsCellSize = in newDP()
224 allAppsCellSize = in initializeVarsForTablet()
309 allAppsCellSize = in initializeVarsForTwoPanel()