Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomKnob.java53 float textSizePx = mResources.getDimensionPixelSize(R.dimen.zoom_knob_text_size); in initialize() local
54 float textSizeSp = textSizePx / mResources.getDisplayMetrics().scaledDensity; in initialize()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DSnackbar.java158 float textSizePx = res.getDimension(R.dimen.snackbar_min_text_size); in show() local
162 labelView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()
163 actionView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java435 public static int calculateTextHeight(float textSizePx) { in calculateTextHeight() argument
437 p.setTextSize(textSizePx); in calculateTextHeight()