Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DSnackbar.java106 float textSizePx = res.getDimension(R.dimen.snackbar_min_text_size); in show() local
110 labelView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()
111 actionView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java372 public static int calculateTextHeight(float textSizePx) { in calculateTextHeight() argument
374 p.setTextSize(textSizePx); in calculateTextHeight()