Searched defs:getLetterSpacing (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/widget/
H A DTextView.java3108 public float getLetterSpacing() { method in class:TextView
3109 return mTextPaint.getLetterSpacing();
3116 * @see #getLetterSpacing()
3117 * @see Paint#getLetterSpacing
3123 if (letterSpacing != mTextPaint.getLetterSpacing()) {
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp367 static jfloat getLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle) { function in namespace:android::PaintGlue
369 return paint->getLetterSpacing();
967 {"nGetLetterSpacing","!(J)F", (void*) PaintGlue::getLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1481 public float getLetterSpacing() { method in class:Paint
/frameworks/base/libs/hwui/hwui/
H A DPaint.h47 float getLetterSpacing() const { function in class:android::Paint

Completed in 871 milliseconds