Home
last modified time | relevance | path

Searched refs:shapeText (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextInterpolator.kt121 shapeText(value)
129 shapeText(layout)
139 updatePositionsAndFonts(shapeText(layout, targetPaint), updateBase = false)
149 updatePositionsAndFonts(shapeText(layout, basePaint), updateBase = true)
260 private fun shapeText(layout: Layout) { regex
261 val baseLayout = shapeText(layout, basePaint)
262 val targetLayout = shapeText(layout, targetPaint)
491 private fun shapeText(layout: Layout, paint: TextPaint): List<List<PositionedGlyphs>> { regex
505 TextShaper.shapeText(
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextShaperTest.java38 TextShaper.shapeText("a", 0, 1, TextDirectionHeuristics.LTR, p, in testFontWithPath()
/aosp14/frameworks/base/core/java/android/text/
H A DTextShaper.java212 public static void shapeText( in shapeText() method in TextShaper
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47692 …method public static void shapeText(@NonNull CharSequence, @IntRange(from=0) int, @IntRange(from=0…