Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/style/
H A DUnderlineSpanTest.java58 private float textWidth(CharSequence text) { in textWidth() method in UnderlineSpanTest
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java160 int textWidth = mChronometer.getWidth(); in onChronometerTick() local
/aosp14/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
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java138 int textWidth = (int)(paint.measureText(mName) + 0.5f); in invalidateSurface() local
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuaresActivity.kt302 var textWidth = canvas.width regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java602 private int squeezeButtonToTextWidth(Button button, int heightMeasureSpec, int textWidth) { in squeezeButtonToTextWidth()
/aosp14/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1365 final float textWidth = mSelectorWheelPaint.measureText(mDisplayedValues[i]); in tryComputeMaxWidth() local
H A DTextView.java15820 final int textWidth = textView.getWidth() - textView.getCompoundPaddingLeft() in start() local