Home
last modified time | relevance | path

Searched defs:textWidth (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/skia/gm/
H A Dbitmapcopy.cpp122 SkScalar textWidth = font.measureText(name, strlen(name), SkTextEncoding::kUTF8); in onDraw() local
135 SkScalar textWidth = font.measureText(name, strlen(name), SkTextEncoding::kUTF8); in onDraw() local
H A Dpersptext.cpp60 SkScalar textWidth = font.measureText(text, textLen, SkTextEncoding::kUTF8, in onDraw() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DStaticLayoutGetLineLeftRightTest.java149 final float textWidth = mPaint.measureText(mText, start, end); in testGetLineLeft() local
173 final float textWidth = mPaint.measureText(mText, start, end); in testGetLineRight() local
H A DTextUtilsTest.java229 float textWidth = p.measureText("long, 3 plus"); in testCommaEllipsize() local
538 float textWidth = p.measureText(mEllipsis) + p.measureText("uncate"); in testEllipsize() local
625 float textWidth = p.measureText(mEllipsis + "uncate"); in testEllipsizeCallback() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
H A DBatteryPercentTextOnlyDrawable.kt84 val textWidth = textPaint.measureText(percentText) in <lambda>() constant
H A DBatterySpaceSharingPercentTextDrawable.kt107 val textWidth = textPaint.measureText(percentText) in <lambda>() constant
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/lottiefiles/
H A DLottieFilesPage.kt87 val textWidth = remember { mutableStateOf(0) } in LottieFilesTabBarTab() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java558 final float textWidth = mDefaultPaint.measureText(text); in testEllipsis_singleLine() local
593 final float textWidth = mDefaultPaint.measureText(text); in testEllipsis_singleLine() local
608 final float textWidth = mDefaultPaint.measureText(text); in testEllipsis_singleLine() local
/aosp_15_r20/external/oboe/samples/drumthumper/src/main/kotlin/com/plausibleaudio/drumthumper/
H A DTriggerPad.kt159 val textWidth = mPaint.measureText(mText) in onDraw() constant
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuaresActivity.kt302 var textWidth = canvas.width in onDraw() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricCustomizedViewBinder.kt199 val textWidth = paint.measureText(passedInText) in PromptContentItem() constant
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.cpp672 void CXFA_TextLayout::Loader(float textWidth, in Loader()
697 float textWidth, in LoadText()
731 float textWidth, in LoadRichText()
/aosp_15_r20/bootable/recovery/tools/image_generator/
H A DImageGenerator.java500 int textWidth = 0; in measureTextWidth() local
607 int textWidth = 0; in generateImage() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayoutPreviewDrawable.java269 float textWidth = textBounds.width(); in measureGlyphs() local
280 float textWidth = glyph.rect.width(); in draw() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/style/
H A DUnderlineSpanTest.java58 private float textWidth(CharSequence text) { in textWidth() method in UnderlineSpanTest
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/list/
DContactListPinnedHeaderView.java48 int textWidth = getResources().getDimensionPixelSize( in ContactListPinnedHeaderView() local
/aosp_15_r20/out/soong/.intermediates/bootable/recovery/tools/image_generator/RecoveryImageGenerator/linux_glibc_common/javac/
DRecoveryImageGenerator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/cts/tests/tests/text/src/android/text/style/cts/
H A DStrikethroughSpanTest.java98 private float textWidth(CharSequence text) { in textWidth() method in StrikethroughSpanTest
H A DUnderlineSpanTest.java102 private float textWidth(CharSequence text) { in textWidth() method in UnderlineSpanTest
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/
H A DTouchTest.java132 int textWidth = Math.round(paint.measureText(text)); in testOnTouchEvent() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/ui/
DCountDownView.java109 int textWidth = mRemainingSecondsView.getMeasuredWidth(); in startFadeOutAnimation() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DFramedTextButton.java127 float textWidth = gPaint.measureText(mText); in onDraw() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java160 int textWidth = mChronometer.getWidth(); in onChronometerTick() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureFloatingTextDrawingPreview.java166 final float textWidth = mParams.getTextPaint().measureText(text); in updatePreviewPosition() local
/aosp_15_r20/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java138 int textWidth = (int)(paint.measureText(mName) + 0.5f); in invalidateSurface() local

12345678910>>...12