Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DSnackbar.java136 float textSizePx = res.getDimension(R.dimen.snackbar_min_text_size); in show() local
140 labelView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()
141 actionView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java476 public static int calculateTextHeight(float textSizePx) { in calculateTextHeight() argument
478 p.setTextSize(textSizePx); in calculateTextHeight()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java594 float textSizePx = mContext.getResources().getDimension(textSizeResId); in createDndRemoteViews() local
595 views.setTextViewTextSize(R.id.text_content, COMPLEX_UNIT_PX, textSizePx); in createDndRemoteViews()