Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java121 public float allAppsIconTextSizePx; field in DeviceProfile
245 allAppsIconTextSizePx = originalProfile.iconTextSizePx; in DeviceProfile()
316 + Utilities.calculateTextHeight(allAppsIconTextSizePx) in adjustToHideWorkspaceLabels()
360 allAppsIconTextSizePx = iconTextSizePx; in updateIconSize()
DBubbleTextView.java170 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.allAppsIconTextSizePx); in BubbleTextView()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewState.java123 return dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java46 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight()