Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java497 float iconTextHeight = Utilities.calculateTextHeight(iconTextSizePx); in hideWorkspaceLabelsIfNotEnoughSpace()
514 int textHeight = Utilities.calculateTextHeight(allAppsIconTextSizePx); in autoResizeAllAppsCells()
587 + Utilities.calculateTextHeight(iconTextSizePx);
594 + Utilities.calculateTextHeight(iconTextSizePx);
679 int textHeight = Utilities.calculateTextHeight(folderChildTextSizePx); in updateFolderCellSize()
DUtilities.java457 public static int calculateTextHeight(float textSizePx) { in calculateTextHeight() method in Utilities
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java777 + mInsets.bottom + Utilities.calculateTextHeight( in applyPadding()