Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextLineTest.java49 final TextLine tl = TextLine.obtain(); in stretchesToFullWidth() local
116 TextLine tl = TextLine.obtain(); in getTextLine() local
276 TextLine tl = getTextLine("I I", paint); in testMeasure_wordSpacing() local
317 final TextLine tl = TextLine.obtain(); in testHandleRun_ellipsizedReplacementSpan_isSkipped() local
334 final TextLine tl = TextLine.obtain(); in testHandleRun_notEllipsizedReplacementSpan_isNotSkipped() local
351 final TextLine tl = TextLine.obtain(); in testHandleRun_halfEllipsizedReplacementSpan_isNotSkipped() local
382 TextLine tl = getTextLine(text, paint); in testMeasureAllBounds_LTR_StyledText() local
415 TextLine tl = getTextLine(text, paint); in testMeasureAllBounds_RTL_StyledText() local
480 TextLine tl = getTextLine(text, paint); in testMeasureAllBounds_styled_BiDi() local
566 TextLine tl = getTextLine(text, paint); in testMeasureAllBounds_replacement_LTR() local
[all …]
/aosp14/frameworks/base/core/java/android/text/
H A DTextShaper.java218 TextLine tl = TextLine.obtain(); in shapeText() local
H A DLayout.java605 TextLine tl = TextLine.obtain(); in drawText() local
1386 TextLine tl = TextLine.obtain(); in getHorizontal() local
1427 TextLine tl = TextLine.obtain(); in getLineHorizontals() local
1478 final TextLine tl = TextLine.obtain(); in fillHorizontalBoundsForLine() local
1715 final TextLine tl = TextLine.obtain(); in getLineExtent() local
1746 final TextLine tl = TextLine.obtain(); in getLineExtent() local
1835 TextLine tl = TextLine.obtain(); in getOffsetForHorizontal() local
2493 TextLine tl = TextLine.obtain(); in getOffsetToLeftRightOf() local
H A DTextLine.java113 TextLine tl; in obtain() local
138 public static TextLine recycle(TextLine tl) { in recycle()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java187 Point tl = new Point(0, 1); in MediaEncoderFilter() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java351 View tl = findViewFromOverlays(R.id.privacy_dot_top_left_container); in verifyTopDotViewsNullable() local
381 View tl = findViewFromOverlays(R.id.privacy_dot_top_left_container); in verifyTopDotViewsVisibility() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipKeepClearAlgorithm.kt634 val tl = Point(r.left, r.top) regex
678 val tl = Point(r.left, r.top) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java665 final View tl, tr, bl, br; in setupDecorationsInner() local