Home
last modified time | relevance | path

Searched refs:setLetterSpacing (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DPaint.h40 void setLetterSpacing(float letterSpacing) { in setLetterSpacing() function
DPaint.cpp418 …static void setLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle, jfloat letterSpacing) { in setLetterSpacing() function in android::PaintGlue
420 paint->setLetterSpacing(letterSpacing); in setLetterSpacing()
990 {"native_setLetterSpacing","(JF)V", (void*) PaintGlue::setLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
DPaint.java1289 public void setLetterSpacing(float letterSpacing) { in setLetterSpacing() method in Paint
/frameworks/base/core/java/android/widget/
DTextView.java1284 setLetterSpacing(letterSpacing); in TextView()
2558 setLetterSpacing(appearance.getFloat( in setTextAppearance()
2767 public void setLetterSpacing(float letterSpacing) { in setLetterSpacing() method in TextView
2769 mTextPaint.setLetterSpacing(letterSpacing); in setLetterSpacing()
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt588 NO DOC BLOCK: android.graphics.Paint Method setLetterSpacing(float)
589 NO DOC BLOCK: android.widget.TextView Method setLetterSpacing(float)
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt890 NO DOC BLOCK: android.graphics.Paint Method setLetterSpacing(float)
891 NO DOC BLOCK: android.widget.TextView Method setLetterSpacing(float)
/frameworks/base/api/
Dcurrent.txt10989 method public void setLetterSpacing(float);
38679 method public void setLetterSpacing(float);