Searched defs:setTypeface (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp223 static SkTypeface* setTypeface(JNIEnv* env, jobject clazz, SkPaint* obj, SkTypeface* typeface) { function in class:android::SkPaintGlue
224 return obj->setTypeface(typeface);
558 {"native_setTypeface","(II)I", (void*) SkPaintGlue::setTypeface},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java748 public Typeface setTypeface(Typeface typeface) { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java982 setTypeface(tf, styleIndex);
994 public void setTypeface(Typeface tf, int style) { method in class:TextView
1002 setTypeface(tf);
1011 setTypeface(tf);
1748 * {@link #setTypeface(Typeface, int)} to get the appearance
1754 public void setTypeface(Typeface tf) { method in class:TextView
1756 mTextPaint.setTypeface(tf);

Completed in 127 milliseconds