Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DTextLineTest.java55 tl.justify(expandedWidth); in stretchesToFullWidth()
57 TextLine.recycle(tl); in stretchesToFullWidth()
104 TextLine tl = TextLine.obtain(); in getTextLine() local
109 return tl; in getTextLine()
135 assertMeasurements(tl, 6, false, in testMeasure_LTR()
137 assertMeasurements(tl, 6, true, in testMeasure_LTR()
150 assertMeasurements(tl, 6, true, in testMeasure_RTL()
163 assertMeasurements(tl, 6, true, in testMeasure_BiDi()
180 assertMeasurements(tl, 7, true, in testMeasure_BiDi2()
193 assertMeasurements(tl, 7, true, in testMeasure_BiDi3()
[all …]
/aosp12/system/logging/liblog/tests/
H A Dlog_time_test.cpp26 log_time tl(ts); in TEST() local
28 EXPECT_EQ(tl, ts); in TEST()
29 EXPECT_GE(tl, ts); in TEST()
30 EXPECT_LE(tl, ts); in TEST()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt72 private lateinit var tl: View
93 get() = if (!this::tl.isInitialized) sequenceOf() else sequenceOf(tl, tr, br, bl)
235 tl.context.display.getRealSize(size)
248 var rot = activeRotationForCorner(tl, rtl)
250 tl.setPadding(0, state.paddingTop, 0, 0)
251 (tl.layoutParams as FrameLayout.LayoutParams).apply {
300 if (!this::tl.isInitialized) {
305 0 -> if (isRtl) tl else tr
308 3 -> if (isRtl) bl else tl
338 tl -> TOP_LEFT
[all …]
/aosp12/frameworks/base/core/java/android/text/
H A 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()
H A DLayout.java432 TextLine tl = TextLine.obtain(); in drawText() local
581 TextLine.recycle(tl); in drawText()
1211 TextLine tl = TextLine.obtain(); in getHorizontal() local
1215 TextLine.recycle(tl); in getHorizontal()
1251 TextLine tl = TextLine.obtain(); in getLineHorizontals() local
1261 TextLine.recycle(tl); in getLineHorizontals()
1443 TextLine.recycle(tl); in getLineExtent()
1473 TextLine.recycle(tl); in getLineExtent()
1627 TextLine.recycle(tl); in getOffsetForHorizontal()
1812 TextLine.recycle(tl); in getOffsetToLeftRightOf()
[all …]
H A DTextLine.java111 TextLine tl; in obtain() local
117 return tl; in obtain()
121 tl = new TextLine(); in obtain()
125 return tl; in obtain()
137 tl.mText = null; in recycle()
138 tl.mPaint = null; in recycle()
139 tl.mDirections = null; in recycle()
140 tl.mSpanned = null; in recycle()
141 tl.mTabs = null; in recycle()
142 tl.mChars = null; in recycle()
[all …]
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/uidata/
H A DTabModel.kt113 for (tl in mTabListeners) {
114 tl.selectedTabChanged(oldSelectedTab, tab)
/aosp12/frameworks/av/media/libaudioclient/
H A DTrackPlayerBase.cpp119 float tl = mPlayerVolumeL * mPanMultiplierL * mVolumeMultiplierL; in doSetVolume() local
121 mAudioTrack->setVolume(tl, tr); in doSetVolume()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dcamera.cpp173 android::Mutex::Autolock tl(mInFlightTrackerLock); in configureStreams() local
302 android::Mutex::Autolock tl(mInFlightTrackerLock); in processCaptureRequest() local
376 android::Mutex::Autolock tl(mInFlightTrackerLock); in completeRequest() local
426 android::Mutex::Autolock tl(mInFlightTrackerLock); in flush() local
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java321 Point tl = new Point(0, 1); in setRecordingOrientation() local
326 recordingRegion = new Quad(bl, br, tl, tr); in setRecordingOrientation()
332 recordingRegion = new Quad(br, bl, tr, tl); in setRecordingOrientation()
335 recordingRegion = new Quad(tl, tr, bl, br); in setRecordingOrientation()
/aosp12/frameworks/base/apex/appsearch/
H A Dcom.android.appsearch.x509.pem25 tl+A1vC3/NfYKKBVuizPx/kHUgz3k/UIJzbzEu/uCJd86idcJoUTqC/qEJAeeQqM
/aosp12/system/teeui/libteeui/include/teeui/
H A Dutils.h808 auto tl = topLeft();
811 TEEUI_LOG << "A tl: " << tl << " br: " << br << " new: " << *begin << ENDL;
812 tl = {std::min(tl.x(), begin->x()), std::min(tl.y(), begin->y())};
814 TEEUI_LOG << "B tl: " << tl << " br: " << br << " new: " << *begin << ENDL;
817 return {tl, br - tl};
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java187 Point tl = new Point(0, 1); in MediaEncoderFilter() local
189 mSourceRegion = new Quad(bl, br, tl, tr); in MediaEncoderFilter()
/aosp12/art/runtime/
H A Dinstrumentation.cc550 ThreadList* tl = Runtime::Current()->GetThreadList(); in DeoptimizeAllThreadFrames() local
551 tl->ForEach([&](Thread* t) { in DeoptimizeAllThreadFrames()
/aosp12/system/timezone/output_data/android/
H A Dtzids.prototxt1652 isoCode: "tl"
/aosp12/frameworks/base/services/tests/servicestests/res/raw/
H A Dbackup_telephony_no_password27 …�V���c��h¾��9f+�R��&rs/�l5\����w��=�A|j�೐6t��y��c+ w{� ���t�7�=�&tl���5x���#������O"jL)…
/aosp12/system/timezone/input_data/android/
H A Dcountryzones.txt3098 isoCode:"tl"
/aosp12/packages/apps/DocumentsUI/tests/res/raw/
H A Dimages_tar2086 …�%�̓\}��ߗ���E��2�.�4D��jH�9�D9�$����b>iR[��z�*���v-x#��������#�Z�324�tl� ~5=ԓ��l�~F��9�V
2217 $H�S\��}=��>7� .L��!r\/ּ�I���Q6�jUY��l?1=q���P���xU�J��|s�c�p��2O��r6mfR8�rߟ����5�tl�p$����~…
6457 …�����u��~��|(���? �1�8Xt�3 �� ���8���n`���/�'�h[y%l.G������Z ����"��tl��M�1�}���I�hR��9;M…
7722 ��ғ��T�|�q���k�!-�m*�3�R��#v!��^i��!�tl s�K �8q�nf%O0O�1�b�`Gf�y��$�0�J�s��8�&d�…
7824 …�O+���|�t��R&ɍO GN�{�[�V �K���R�)���Tѡ���t���\Zxt�tOk Uly��H� V��sF��tl�Ǿ�}?e�q� %�9��k���"…
10023 CaB �3��r:W�,b��MX��#��j��ә�%����.��z�f�`�J�[� �$�N���F�y��Zж�T�a��<L�tl#<7�?�>��V�:�����TfD…
10076 {\����jGL�Y�+�I�8#��qY� �w�B;.�H*�e$�{��qiow @~^>g���Ј�$�m`2\}h[��CZ��m<j0T=+%�%;�Q��tl�~���…
10949 �eEɒ �=8�?:�{�H��~�p�99��x�Q�o��)���U8zr)Xi��Դ��hm. 71�<v� �rz��tl�ZH\�09=s����^��p�]E
14590 …V��`��8��P4���x�Af{[b6�ߌS��%�Rǐ�Zرl�*p{� A0��Rx�;c�J� �l�E���Uk�;tl�"�9$�����ɈzT3D1�2…
15913 rą� �=�/ y=4���&���i�+*��z�i�B1߁���2���n;�![tl]�m /zk��o
[all …]
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
H A Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
/aosp12/hardware/interfaces/tv/tuner/assets/
H A Dtuner_frontend_input.ts4676 a�A!�l�m=�x-P_�=�E�@�[8��� %87�0tl,В!��&��I5.lb�ƛ�� �_�CE�?�Z���Nl��q�[�H����5=p�N]*�…
H A Dtuner_frontend_input.es3050 …�N������l���8�Û��U�sMX�P{�����І�%�AS%(M���KC��b:�آ��V����>�tl&��# �S�TA3��O��j_…
3501 …�����+1�p�k�w?.6=�J�Z3��@zG�KP�*Z 6��×̅}E(6_�q���j��A��=ȭ�a��h: �tl�!�� 2�-s,0<���m�2…
4064 �154�H�j�ck^�ӟ� B�(53�8_��tl��#����&� �5`/A����~��:]���36�f��u� �lI�4������CE��u@�a �…
4453 a�A!�l�m=�x-P_�=�E�@�[8��� %87�0tl,В!��&��I5.lb�ƛ�� �_�CE�?�Z���Nl��q�[�H����5=p�N]*�…
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!