Searched refs:textType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/apct-tests/perftests/core/src/android/text/ |
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()
|
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()
|
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()
|
D | TextViewSetTextMeasurePerfTest.java | 62 for (TextType textType : new TextType[]{TextType.STRING, in cases() 64 params.add(new Object[]{textType.name(), length, textType, cached}); in cases() 77 public TextViewSetTextMeasurePerfTest(String label, int length, TextType textType, in TextViewSetTextMeasurePerfTest() argument 80 mTextType = textType; in TextViewSetTextMeasurePerfTest()
|
D | NonEditableTextGenerator.java | 34 public NonEditableTextGenerator setTextType(TextType textType) { in setTextType() argument 35 mTextType = textType; in setTextType()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 804 uint32_t textType; in sendGlobalTextData() local 808 kKeyTextFormatData, &textType, &data, &size)) { in sendGlobalTextData()
|