Home
last modified time | relevance | path

Searched defs:texts (Results 1 – 4 of 4) sorted by relevance

/cts/tests/smartspace/src/android/smartspace/cts/
DSubListTemplateDataTest.java46 List<Text> texts = new ArrayList<>(); in testCreateSubListTemplateData() local
DSubImageTemplateDataTest.java47 List<Text> texts = new ArrayList<>(); in testCreateSubImageTemplateData() local
/cts/apps/CameraITS/tests/scene5/
Dtest_lens_shading_and_color_uniformity.py107 def _draw_legend(img, texts, text_org, font_scale, text_offset, color, argument
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutLineBreakingTest.java416 String[] texts = new String[] { "", "X", " ", "XX", " X", "XXX" }; in testNarrowWidth() local