Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DFontScaleConverterActivityTest.java192 var textSize = textView.getTextSize(); in withTextSizeInRange() local
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCustomRenderer.java70 float textSize = Math.min(width, height) * .05f; in setupRoot() local
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DDialogTitle.java65 final int textSize = a.getDimensionPixelSize( in onMeasure() local
/aosp14/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
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java40 final float textSize; field in AssistVisualizer.TextEntry
/aosp14/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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuMessageView.java160 final int textSize = res.getDimensionPixelSize( in updateResources() local
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomSurfaceView.java113 int textSize = canvas.getHeight() / 24; in invalidateSurface() local
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DMailAdapter.java59 int textSize = resources.getDimensionPixelSize(R.dimen.icon_text_size); in draw() local
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java135 int textSize = canvas.getHeight() / 24; in invalidateSurface() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp51 const float textSize = paint.getSkFont().getSize(); in drawTextDecorations() local
162 void Canvas::drawText(const uint16_t* text, int textSize, int start, int count, int contextStart, in drawText()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DFocusEventDebugView.java255 final int textSize = in PressedKeyView() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutTest.java237 final int textSize = 100; in testFallbackLineSpacing() local
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionMonitorDebugOverlay.java127 private float getTextHeight(int textSize) { in getTextHeight()
/aosp14/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()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewPopulateCharacterBoundsTest.java77 private TextView createTextView(String text, float textSize, int width, int height) { in createTextView()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp917 static void setTextSize(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jfloat textSize) { in setTextSize()
998 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getUnderlinePosition() local
1010 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getUnderlineThickness() local
1016 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getStrikeThruPosition() local
1021 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getStrikeThruThickness() local
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DTextAppearanceInfo.java623 public Builder setTextSize(@Px float textSize) { in setTextSize()
/aosp14/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java881 float textSize, float[] x, float[] y) { in calculatePositions()
895 private void drawTextElements(Canvas canvas, float textSize, Typeface typeface, in drawTextElements()
H A DSearchView.java1210 final int textSize = (int) (mSearchSrcTextView.getTextSize() * 1.25); in getDecoratedHint() local
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebSettings.java597 int textSize = getTextZoom(); in getTextSize() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1766 public void setTextSize(float textSize) { in setTextSize()
3531 private static native void nSetTextSize(long paintPtr, float textSize); in nSetTextSize()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...