Home
last modified time | relevance | path

Searched defs:textSize (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DStringTexture.java44 public static TextPaint getDefaultPaint(float textSize, int color) { in getDefaultPaint()
54 String text, float textSize, int color) { in newInstance()
59 String text, float textSize, int color, in newInstance()
DMultiLineTexture.java39 String text, int maxWidth, float textSize, int color, in newInstance()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java76 int textSize = Math.round(getTextSize()); in setTextWithStartIcon() local
91 @NonNull Drawable drawable, int textSize in getDoubleShadowDrawable()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptionHelperTest.java88 final float textSize = CaptionHelper.LINE_HEIGHT_RATIO * windowSize * fontScale; in applyCaptionProperties_verifyAction() local
100 final float textSize = mContext.getResources().getDimension( in applyCaptionProperties_withoutPreviewWindow_verifyAction() local
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextSizeHelper.kt82 var textSize = mMaxTextSize in adjustTextSize() variable
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionFragment.java248 final float textSize = Settings.Secure.getFloat(getContext().getContentResolver(), in getCaptionsTextSize() local
266 private void setCaptionsTextSize(String textSize) { in setCaptionsTextSize()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionHelper.java97 final float textSize = mContext.getResources().getDimension( in applyCaptionProperties() local
/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageSummaryPreferenceController.java154 int textSize = getContext().getResources().getDimensionPixelSize( in getUsageText() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java78 private static TextPaint getTextPaint(int textSize, int color, boolean isBold) { in getTextPaint()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java267 final float textSize = paint.getTextSize(); in getInputTextHeight() local
/packages/apps/Dialer/java/com/android/incallui/autoresizetext/
DAutoResizeTextView.java162 float textSize = computeTextSize( in adjustTextSize() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java99 int textSize = a.getDimensionPixelSize(1, 15); in SubtitleView() local
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreference.java175 final int textSize = in updateDataUsageLabels() local
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java222 int textSize = in setupKeypad() local
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java464 float textSize = Utilities.pxToSp(getTextSize()); in resizeTextToFit() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java180 private static Drawable getMoreSuggestionsHint(final Resources res, final float textSize, in getMoreSuggestionsHint()