Searched defs:textSize (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DMultiLineTexture.java39 String text, int maxWidth, float textSize, int color,
41 TextPaint paint = StringTexture.getDefaultPaint(textSize, color);
38 newInstance( String text, int maxWidth, float textSize, int color, Layout.Alignment alignment) argument
H A DStringTexture.java44 public static TextPaint getDefaultPaint(float textSize, int color) { argument
46 paint.setTextSize(textSize);
54 String text, float textSize, int color) {
55 return newInstance(text, getDefaultPaint(textSize, color));
59 String text, float textSize, int color,
61 TextPaint paint = getDefaultPaint(textSize, color);
53 newInstance( String text, float textSize, int color) argument
58 newInstance( String text, float textSize, int color, float lengthLimit, boolean isBold) argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java78 private static TextPaint getTextPaint(int textSize, int color, boolean isBold) { argument
80 paint.setTextSize(textSize);
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalView.java92 public void setTextSize(float textSize) { argument
95 textPaint.setTextSize(textSize);
300 public void setTextSize(float textSize) { argument
301 mMetrics.setTextSize(textSize);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionFragment.java223 final float textSize = Settings.Secure.getFloat(getContext().getContentResolver(),
226 if (0 <= textSize && textSize < .375) {
228 } else if (textSize < .75) {
230 } else if (textSize < 1.25) {
232 } else if (textSize < 1.75) {
234 } else if (textSize < 2.5) {
241 private void setCaptionsTextSize(String textSize) { argument
243 Settings.Secure.ACCESSIBILITY_CAPTIONING_FONT_SCALE, Float.parseFloat(textSize));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java180 private static Drawable getMoreSuggestionsHint(final Resources res, final float textSize, argument
185 paint.setTextSize(textSize);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java237 int textSize = 15; field in class:BatteryHistoryChart.TextAttrs
259 textSize = appearance.getDimensionPixelSize(attr, textSize);
282 paint.setTextSize(textSize);
432 mainTextAttrs.textSize = a.getDimensionPixelSize(attr, mainTextAttrs.textSize);
433 headTextAttrs.textSize = a.getDimensionPixelSize(attr, headTextAttrs.textSize);
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 541 milliseconds