Searched refs:setElegantTextHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceSystemFallbackTest.java408 paint.setElegantTextHeight(true);
413 paint.setElegantTextHeight(false);
447 paint.setElegantTextHeight(true);
452 paint.setElegantTextHeight(false);
460 paint.setElegantTextHeight(true);
465 paint.setElegantTextHeight(false);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusView.java198 mClockView.setElegantTextHeight(false);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp887 static void setElegantTextHeight(jlong paintHandle, jboolean aa) { function in namespace:android::PaintGlue
1106 {"nSetElegantTextHeight","(JZ)V", (void*) PaintGlue::setElegantTextHeight},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java526 setElegantTextHeight(false);
1473 public void setElegantTextHeight(boolean elegant) { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java3653 setElegantTextHeight(attributes.mElegant);
3946 public void setElegantTextHeight(boolean elegant) { method in class:TextView
3948 mTextPaint.setElegantTextHeight(elegant);
4000 * @see #setElegantTextHeight(boolean)
4001 * @see Paint#setElegantTextHeight(boolean)
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 138 milliseconds