Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A 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()
H A DMultiLineTexture.java39 String text, int maxWidth, float textSize, int color, in newInstance()
/aosp12/libnativehelper/
H A DExpandableString.c33 size_t textSize = strlen(text); in ExpandableStringAppend() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionFragment.java248 final float textSize = Settings.Secure.getFloat(getContext().getContentResolver(), in getCaptionsTextSize() local
266 private void setCaptionsTextSize(String textSize) { in setCaptionsTextSize()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java66 final int textSize = a.getDimensionPixelSize( in onMeasure() local
H A DSubtitleView.java97 int textSize = 15; in SubtitleView() local
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCustomRenderer.java70 float textSize = Math.min(width, height) * .05f; in setupRoot() local
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DTextSizeHelper.kt82 var textSize = mMaxTextSize regex
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java53 public HintingTestCase(String text, float textSize, float[] widthWithoutHinting, in HintingTestCase()
343 final int textSize = 100; in testGetUnderlinePositionAndThickness() local
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java40 final float textSize; field in AssistVisualizer.TextEntry
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomSurfaceView.java113 int textSize = canvas.getHeight() / 24; in invalidateSurface() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/view/
H A DScaleSpan.java41 public void setTextSize(float textSize) { in setTextSize()
/aosp12/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java135 int textSize = canvas.getHeight() / 24; in invalidateSurface() local
/aosp12/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerView.java122 int textSize = (int) (mAutoCompleteTextView.getTextSize() * 1.25); in updateHint() local
/aosp12/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp50 const float textSize = paint.getSkFont().getSize(); in drawTextDecorations() local
161 void Canvas::drawText(const uint16_t* text, int textSize, int start, int count, int contextStart, in drawText()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java181 ResourceValue textSize = res.findItemInStyle(textStyle, in setStyle() local
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutTest.java237 final int textSize = 100; in testFallbackLineSpacing() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java78 private static TextPaint getTextPaint(int textSize, int color, boolean isBold) { in getTextPaint()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
H A DDataUsageSummaryPreferenceController.java154 int textSize = getContext().getResources().getDimensionPixelSize( in getUsageText() local
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DDialogUiTest.java259 final float textSize = paint.getTextSize(); in getInputTextHeight() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
H A DSubtitleView.java99 int textSize = a.getDimensionPixelSize(1, 15); in SubtitleView() local
/aosp12/frameworks/base/libs/hwui/jni/text/
H A DTextShaper.cpp49 static jlong shapeTextRun(const uint16_t* text, int textSize, int start, int count, in shapeTextRun()
/aosp12/packages/apps/Dialer/java/com/android/incallui/autoresizetext/
H A DAutoResizeTextView.java162 float textSize = computeTextSize( in adjustTextSize() local
/aosp12/frameworks/base/libs/hwui/jni/
H A DPaint.cpp847 static void setTextSize(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jfloat textSize) { in setTextSize()
928 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getUnderlinePosition() local
940 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getUnderlineThickness() local
946 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getStrikeThruPosition() local
951 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getStrikeThruThickness() local
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionAppearanceFragment.java187 final float textSize = context.getResources().getDimension( in applyCaptionProperties() local

12