Searched refs:createTextView (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewPopulateCharacterBoundsTest.java | 77 private TextView createTextView(String text, float textSize, int width, int height) { in createTextView() method in TextViewPopulateCharacterBoundsTest 94 final TextView textView = createTextView(text, 10.0f, 200, 1000); in testPopulateCharacterBounds_LTR() 123 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_LTR_multiline() 153 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_LTR_newline() 186 final TextView textView = createTextView(text, 10.0f, 200, 1000); in testPopulateCharacterBounds_RTL() 215 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_RTL_multiline() 245 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_RTL_newline() 279 final TextView textView = createTextView(text, 10.0f, 200, 1000); in testPopulateCharacterBounds_BiDi() 312 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_BiDi_multiline() 347 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_charactersWithInvisibleRegion() [all …]
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | GlyphCacheActivity.java | 49 layout.addView(createTextView()); in onCreate() 54 private TextView createTextView() { in createTextView() method in GlyphCacheActivity
|
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
D | ElementLayoutActivity.java | 76 createTextView(); in onCreate() 87 private void createTextView() { in createTextView() method in ElementLayoutActivity
|