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

/frameworks/base/core/jni/android/graphics/
H A DPaint.h44 float getLetterSpacing() const { function in class:android::Paint
H A DPaint.cpp461 static jfloat getLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle) { function in class:android::PaintGlue
463 return paint->getLetterSpacing();
1150 {"native_getLetterSpacing","!(J)F", (void*) PaintGlue::getLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1289 public float getLetterSpacing() { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java3002 public float getLetterSpacing() { method in class:TextView
3003 return mTextPaint.getLetterSpacing();
3010 * @see #getLetterSpacing()
3011 * @see Paint#getLetterSpacing
3017 if (letterSpacing != mTextPaint.getLetterSpacing()) {

Completed in 123 milliseconds