Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java48 final TextLine tl = TextLine.obtain(); in stretchesToFullWidth() local
49 tl.set(paint, line, 0, line.length(), Layout.DIR_LEFT_TO_RIGHT, in stretchesToFullWidth()
52 final float originalWidth = tl.metrics(null); in stretchesToFullWidth()
55 tl.justify(expandedWidth); in stretchesToFullWidth()
56 final float newWidth = tl.metrics(null); in stretchesToFullWidth()
57 TextLine.recycle(tl); in stretchesToFullWidth()
104 TextLine tl = TextLine.obtain(); in getTextLine() local
105 tl.set(paint, str, 0, str.length(), in getTextLine()
109 return tl; in getTextLine()
116 private void assertMeasurements(final TextLine tl, final int length, boolean trailing, in assertMeasurements() argument
[all …]
/frameworks/base/core/java/android/text/
DTextShaper.java218 TextLine tl = TextLine.obtain(); in shapeText() local
220 tl.set(paint, text, start, start + count, in shapeText()
227 tl.shape(consumer); in shapeText()
229 TextLine.recycle(tl); in shapeText()
DLayout.java432 TextLine tl = TextLine.obtain(); in drawText() local
571 tl.set(paint, buf, start, end, dir, directions, hasTab, tabStops, in drawText()
575 tl.justify(right - left - indentWidth); in drawText()
577 tl.draw(canvas, x, ltop, lbaseline, lbottom); in drawText()
581 TextLine.recycle(tl); in drawText()
1211 TextLine tl = TextLine.obtain(); in getHorizontal() local
1212 tl.set(mPaint, mText, start, end, dir, directions, hasTab, tabStops, in getHorizontal()
1214 float wid = tl.measure(offset - start, trailing, null); in getHorizontal()
1215 TextLine.recycle(tl); in getHorizontal()
1251 TextLine tl = TextLine.obtain(); in getLineHorizontals() local
[all …]
DTextLine.java111 TextLine tl; in obtain() local
115 tl = sCached[i]; in obtain()
117 return tl; in obtain()
121 tl = new TextLine(); in obtain()
123 Log.v("TLINE", "new: " + tl); in obtain()
125 return tl; in obtain()
136 public static TextLine recycle(TextLine tl) { in recycle() argument
137 tl.mText = null; in recycle()
138 tl.mPaint = null; in recycle()
139 tl.mDirections = null; in recycle()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt77 private lateinit var tl: View in <lambda>() variable in com.android.systemui.statusbar.events.PrivacyDotViewController
98 get() = if (!this::tl.isInitialized) sequenceOf() else sequenceOf(tl, tr, br, bl) in <lambda>()
253 tl.context.display.getRealSize(size) in <lambda>()
254 val currentRotation = RotationUtils.getExactRotation(tl.context) in <lambda>()
266 var rot = activeRotationForCorner(tl, rtl) in <lambda>()
268 (tl.layoutParams as FrameLayout.LayoutParams).apply { in <lambda>()
314 if (!this::tl.isInitialized) { in <lambda>()
319 0 -> if (isRtl) tl else tr in <lambda>()
322 3 -> if (isRtl) bl else tl in <lambda>()
352 tl -> TOP_LEFT in <lambda>()
[all …]
/frameworks/av/media/libaudioclient/
DTrackPlayerBase.cpp119 float tl = mPlayerVolumeL * mPanMultiplierL * mVolumeMultiplierL; in doSetVolume() local
121 mAudioTrack->setVolume(tl, tr); in doSetVolume()
/frameworks/base/apex/appsearch/
Dcom.android.appsearch.x509.pem25 tl+A1vC3/NfYKKBVuizPx/kHUgz3k/UIJzbzEu/uCJd86idcJoUTqC/qEJAeeQqM
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java187 Point tl = new Point(0, 1); in MediaEncoderFilter() local
189 mSourceRegion = new Quad(bl, br, tl, tr); in MediaEncoderFilter()
/frameworks/base/services/tests/servicestests/res/raw/
Dbackup_telephony_no_password27 …�V���c��h¾��9f+�R��&rs/�l5\����w��=�A|j�೐6t��y��c+ w{� ���t�7�=�&tl���5x���#������O"jL)…
/frameworks/proto_logging/stats/
Datoms.proto2041 // than normal, whether the screen layout is right-tl-left or left-to-right,