Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGlyphCacheActivity.java33 private int mTotalChars = 0; field in GlyphCacheActivity
48 while (mTotalChars < 10000) { in onCreate()
62 mTotalChars += numChars; in createTextView()