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.cpp413 static jfloat getLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle) { function in class:android::PaintGlue
415 return paint->getLetterSpacing();
990 {"native_getLetterSpacing","!(J)F", (void*) PaintGlue::getLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1278 public float getLetterSpacing() { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java2761 public float getLetterSpacing() { method in class:TextView
2762 return mTextPaint.getLetterSpacing();
2769 * @see #getLetterSpacing()
2770 * @see Paint#getLetterSpacing
2776 if (letterSpacing != mTextPaint.getLetterSpacing()) {

Completed in 256 milliseconds