Home
last modified time | relevance | path

Searched refs:MAX_COUNT (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java1268 final int MAX_COUNT = 1 << 21;
1270 char[] longText = new char[MAX_COUNT];
1271 for (int n = 0; n < MAX_COUNT; n++) {
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java1138 final int MAX_COUNT = 65535; in testMeasureTextWithLongText() local
1139 char[] longText = new char[MAX_COUNT]; in testMeasureTextWithLongText()
1140 for (int n = 0; n < MAX_COUNT; n++) { in testMeasureTextWithLongText()