Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java148 public int folderChildTextSizePx; field in DeviceProfile
769 folderChildTextSizePx = in updateFolderCellSize()
771 folderLabelTextSizePx = (int) (folderChildTextSizePx * folderLabelTextScale); in updateFolderCellSize()
773 int textHeight = Utilities.calculateTextHeight(folderChildTextSizePx); in updateFolderCellSize()
1088 writer.println(prefix + pxToDpStr("folderChildTextSizePx", folderChildTextSizePx)); in dump()
H A DBubbleTextView.java205 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.folderChildTextSizePx); in BubbleTextView()