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

/frameworks/base/libs/hwui/hwui/
H A DPaint.h60 float getLetterSpacing() const { function in class:android::Paint
H A DMinikinUtils.cpp48 minikinPaint->letterSpacing = paint->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();
1101 {"nGetLetterSpacing","(J)F", (void*) PaintGlue::getLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java625 && getLetterSpacing() == other.getLetterSpacing()
1556 public float getLetterSpacing() { method in class:Paint
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseAutoSizeTest.java587 autoSizeView.getLetterSpacing() * 1.5f + 4.5f);
600 autoSizeView.setLetterSpacing(autoSizeView.getLetterSpacing());
/frameworks/base/core/java/android/widget/
H A DTextView.java3759 public float getLetterSpacing() { method in class:TextView
3760 return mTextPaint.getLetterSpacing();
3767 * @see #getLetterSpacing()
3768 * @see Paint#getLetterSpacing
3775 if (letterSpacing != mTextPaint.getLetterSpacing()) {

Completed in 119 milliseconds