Searched defs:tl (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | TextLineTest.java | 49 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 D | TextShaper.java | 218 TextLine tl = TextLine.obtain(); in shapeText() local
|
H A D | Layout.java | 605 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 D | TextLine.java | 113 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 D | MediaEncoderFilter.java | 187 Point tl = new Point(0, 1); in MediaEncoderFilter() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | ScreenDecorationsTest.java | 351 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 D | TvPipKeepClearAlgorithm.kt | 634 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 D | ScreenDecorations.java | 665 final View tl, tr, bl, br; in setupDecorationsInner() local
|