Searched defs:TEST_STRING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextOnPathActivity.java69 private static final String TEST_STRING = "Hello OpenGL renderer, text on path! "; field in class:TextOnPathActivity.TextOnPathView
92 StringBuilder builder = new StringBuilder(TEST_STRING.length() * 2);
94 builder.append(TEST_STRING);

Completed in 66 milliseconds