Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DLayoutUtils.java34 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java177 public float allAppsIconTextSizePx; field in DeviceProfile
589 int textHeight = Utilities.calculateTextHeight(allAppsIconTextSizePx); in autoResizeAllAppsCells()
698 allAppsIconTextSizePx =
704 allAppsIconTextSizePx = iconTextSizePx;
1099 writer.println(prefix + pxToDpStr("allAppsIconTextSizePx", allAppsIconTextSizePx)); in dump()
H A DBubbleTextView.java201 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.allAppsIconTextSizePx); in BubbleTextView()