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.java1186 final int MAX_COUNT = 1 << 20;
1188 char[] longText = new char[MAX_COUNT];
1189 for (int n = 0; n < MAX_COUNT; n++) {
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java1278 final int MAX_COUNT = 65535; in testMeasureTextWithLongText() local
1279 char[] longText = new char[MAX_COUNT]; in testMeasureTextWithLongText()
1280 for (int n = 0; n < MAX_COUNT; n++) { in testMeasureTextWithLongText()