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.cpp59 minikinPaint.letterSpacing = paint->getLetterSpacing(); in doLayout()
DPaint.cpp413 static jfloat getLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle) { in getLetterSpacing() function in android::PaintGlue
415 return paint->getLetterSpacing(); in getLetterSpacing()
989 {"native_getLetterSpacing","(J)F", (void*) PaintGlue::getLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
DPaint.java1278 public float getLetterSpacing() { in getLetterSpacing() method in Paint
/frameworks/base/core/java/android/widget/
DTextView.java2753 public float getLetterSpacing() { in getLetterSpacing() method in TextView
2754 return mTextPaint.getLetterSpacing(); in getLetterSpacing()
2768 if (letterSpacing != mTextPaint.getLetterSpacing()) { in setLetterSpacing()
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt268 NO DOC BLOCK: android.graphics.Paint Method getLetterSpacing()
269 NO DOC BLOCK: android.widget.TextView Method getLetterSpacing()
/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.txt10937 method public float getLetterSpacing();
38580 method public float getLetterSpacing();