Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DFakeInvariantDeviceProfileTest.kt151 allAppsIconTextSize = FloatArray(4) { 14f } in newDP()
233 allAppsIconTextSize = FloatArray(4) { 14f } in initializeVarsForTablet()
313 allAppsIconTextSize = floatArrayOf(14f, 14f, 12f, 14f) in initializeVarsForTwoPanel()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java149 public float[] allAppsIconTextSize; field in InvariantDeviceProfile
434 allAppsIconTextSize = displayOption.allAppsIconTextSizes; in initGrid()
DDeviceProfile.java1335 allAppsIconTextSizePx = pxFromSp(inv.allAppsIconTextSize[mTypeIndex], mMetrics);
1366 float invIconTextSizeSp = inv.allAppsIconTextSize[mTypeIndex];