Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPaint.h40 void setLetterSpacing(float letterSpacing) { in setLetterSpacing() function
DPaint.cpp466 …static void setLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle, jfloat letterSpacing) { in setLetterSpacing() function in android::PaintGlue
468 paint->setLetterSpacing(letterSpacing); in setLetterSpacing()
1151 {"native_setLetterSpacing","!(JF)V", (void*) PaintGlue::setLetterSpacing},
/frameworks/base/graphics/java/android/graphics/
DPaint.java1300 public void setLetterSpacing(float letterSpacing) { in setLetterSpacing() method in Paint
/frameworks/base/core/java/android/widget/
DTextView.java1370 setLetterSpacing(letterSpacing); in TextView()
2797 setLetterSpacing(ta.getFloat( in setTextAppearance()
3016 public void setLetterSpacing(float letterSpacing) { in setLetterSpacing() method in TextView
3018 mTextPaint.setLetterSpacing(letterSpacing); in setLetterSpacing()
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd417 <td class="label_pos">setLetterSpacing()</td>
/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.txt11595 method public void setLetterSpacing(float);
41640 method public void setLetterSpacing(float);
Dsystem-current.txt11932 method public void setLetterSpacing(float);
44246 method public void setLetterSpacing(float);