Searched refs:textType (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | BoringLayoutIsBoringPerfTest.java | 50 for (TextType textType : new TextType[]{TextType.STRING, in cases() 53 (boring ? "Boring" : "NotBoring") + "," + textType.name(), in cases() 54 length, boring, textType, cached}); in cases() 71 public BoringLayoutIsBoringPerfTest(String label, int length, boolean boring, TextType textType, in BoringLayoutIsBoringPerfTest() argument 76 mTextType = textType; in BoringLayoutIsBoringPerfTest()
|
H A D | StaticLayoutCreateDrawPerfTest.java | 59 for (TextType textType : new TextType[]{TextType.STRING, in cases() 61 params.add(new Object[]{textType.name(), length, textType, cached}); in cases() 74 public StaticLayoutCreateDrawPerfTest(String label, int length, TextType textType, in StaticLayoutCreateDrawPerfTest() argument 77 mTextType = textType; in StaticLayoutCreateDrawPerfTest()
|
H A D | BoringLayoutCreateDrawPerfTest.java | 55 for (TextType textType : new TextType[]{TextType.STRING, in cases() 57 params.add(new Object[]{textType.name(), length, textType, cached}); in cases() 72 public BoringLayoutCreateDrawPerfTest(String label, int length, TextType textType, in BoringLayoutCreateDrawPerfTest() argument 76 mTextType = textType; in BoringLayoutCreateDrawPerfTest()
|
H A D | TextViewSetTextMeasurePerfTest.java | 60 for (TextType textType : new TextType[]{TextType.STRING, in cases() 62 params.add(new Object[]{textType.name(), length, textType, cached}); in cases() 75 public TextViewSetTextMeasurePerfTest(String label, int length, TextType textType, in TextViewSetTextMeasurePerfTest() argument 78 mTextType = textType; in TextViewSetTextMeasurePerfTest()
|
H A D | NonEditableTextGenerator.java | 34 public NonEditableTextGenerator setTextType(TextType textType) { in setTextType() argument 35 mTextType = textType; in setTextType()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | NoConfirmationSmsSendService.java | 134 private String getText(final Intent intent, final String textType) { in getText() argument 135 final String message = intent.getStringExtra(textType); in getText() 139 final CharSequence extra = remoteInput.getCharSequence(textType); in getText()
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | GenericSource.cpp | 804 uint32_t textType; in sendGlobalTextData() local 808 kKeyTextFormatData, &textType, &data, &size)) { in sendGlobalTextData()
|