Searched refs:tl (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 397 TextLine tl = TextLine.obtain(); in drawText() local 535 tl.set(paint, buf, start, end, dir, directions, hasTab, tabStops); in drawText() 537 tl.justify(right - left - indentWidth); in drawText() 539 tl.draw(canvas, x, ltop, lbaseline, lbottom); in drawText() 544 TextLine.recycle(tl); in drawText() 1156 TextLine tl = TextLine.obtain(); in getHorizontal() local 1157 tl.set(mPaint, mText, start, end, dir, directions, hasTab, tabStops); in getHorizontal() 1158 float wid = tl.measure(offset - start, trailing, null); in getHorizontal() 1159 TextLine.recycle(tl); in getHorizontal() 1195 TextLine tl = TextLine.obtain(); in getLineHorizontals() local [all …]
|
D | TextLine.java | 86 TextLine tl; in obtain() local 90 tl = sCached[i]; in obtain() 92 return tl; in obtain() 96 tl = new TextLine(); in obtain() 98 Log.v("TLINE", "new: " + tl); in obtain() 100 return tl; in obtain() 110 static TextLine recycle(TextLine tl) { in recycle() argument 111 tl.mText = null; in recycle() 112 tl.mPaint = null; in recycle() 113 tl.mDirections = null; in recycle() [all …]
|
/frameworks/av/media/libaudioclient/ |
D | TrackPlayerBase.cpp | 97 float tl = mPlayerVolumeL * mPanMultiplierL * mVolumeMultiplierL; in doSetVolume() local 99 mAudioTrack->setVolume(tl, tr); in doSetVolume()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
D | MediaEncoderFilter.java | 187 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/ |
D | backup_telephony_no_password | 27 …�V���c��h¾��9f+�R��&rs/�l5\����w��=�A|j�6t��y��c+ w{� ���t�7�=�&tl���5x���#������O"jL)…
|