Home
last modified time | relevance | path

Searched refs:getLetterSpacing (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DPaint.h44 float getLetterSpacing() const { in getLetterSpacing() function
DMinikinUtils.cpp49 minikinPaint->letterSpacing = paint->getLetterSpacing(); in prepareMinikinPaint()
DPaint.cpp461 static jfloat getLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle) { in getLetterSpacing() function in android::PaintGlue
463 return paint->getLetterSpacing(); in getLetterSpacing()
1150 {"native_getLetterSpacing","!(J)F", (void*) PaintGlue::getLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
DPaint.java1289 public float getLetterSpacing() { in getLetterSpacing() method in Paint
/frameworks/base/core/java/android/widget/
DTextView.java3002 public float getLetterSpacing() { in getLetterSpacing() method in TextView
3003 return mTextPaint.getLetterSpacing(); in getLetterSpacing()
3017 if (letterSpacing != mTextPaint.getLetterSpacing()) { in setLetterSpacing()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt482 NO DOC BLOCK: android.graphics.Paint Method getLetterSpacing()
483 NO DOC BLOCK: android.widget.TextView Method getLetterSpacing()
/frameworks/base/api/
Dcurrent.txt11538 method public float getLetterSpacing();
41536 method public float getLetterSpacing();
Dsystem-current.txt11875 method public float getLetterSpacing();
44142 method public float getLetterSpacing();