Home
last modified time | relevance | path

Searched refs:textType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/text/
DBoringLayoutIsBoringPerfTest.java50 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()
DStaticLayoutCreateDrawPerfTest.java59 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()
DBoringLayoutCreateDrawPerfTest.java55 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()
DTextViewSetTextMeasurePerfTest.java62 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()
DNonEditableTextGenerator.java34 public NonEditableTextGenerator setTextType(TextType textType) { in setTextType() argument
35 mTextType = textType; in setTextType()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp804 uint32_t textType; in sendGlobalTextData() local
808 kKeyTextFormatData, &textType, &data, &size)) { in sendGlobalTextData()