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

/frameworks/base/libs/hwui/hwui/
H A DPaint.h47 float getLetterSpacing() const { function in class:android::Paint
H A DMinikinUtils.cpp48 minikinPaint->letterSpacing = paint->getLetterSpacing();
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatTextViewAutoSizeTest.java358 autoSizeTextView.getLetterSpacing() * 1.5f + 4.5f);
371 autoSizeTextView.setLetterSpacing(autoSizeTextView.getLetterSpacing());
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp922 static jfloat getLetterSpacing(jlong paintHandle) { function in namespace:android::PaintGlue
924 return paint->getLetterSpacing();
1067 {"nGetLetterSpacing","(J)F", (void*) PaintGlue::getLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1460 public float getLetterSpacing() { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java3757 public float getLetterSpacing() { method in class:TextView
3758 return mTextPaint.getLetterSpacing();
3765 * @see #getLetterSpacing()
3766 * @see Paint#getLetterSpacing
3773 if (letterSpacing != mTextPaint.getLetterSpacing()) {

Completed in 233 milliseconds