Searched refs:textSizePx (Results 1 – 3 of 3) sorted by relevance
136 float textSizePx = res.getDimension(R.dimen.snackbar_min_text_size); in show() local140 labelView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()141 actionView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()
476 public static int calculateTextHeight(float textSizePx) { in calculateTextHeight() argument478 p.setTextSize(textSizePx); in calculateTextHeight()
594 float textSizePx = mContext.getResources().getDimension(textSizeResId); in createDndRemoteViews() local595 views.setTextViewTextSize(R.id.text_content, COMPLEX_UNIT_PX, textSizePx); in createDndRemoteViews()