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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp243 static SkTypeface* setTypeface(JNIEnv* env, jobject clazz, SkPaint* obj, SkTypeface* typeface) { function in class:android::SkPaintGlue
244 return obj->setTypeface(typeface);
865 {"native_setTypeface","(II)I", (void*) SkPaintGlue::setTypeface},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java983 public Typeface setTypeface(Typeface typeface) { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java1137 setTypeface(tf);
1155 setTypeface(tf, styleIndex);
1235 public void setTypeface(Typeface tf, int style) { method in class:TextView
1243 setTypeface(tf);
1252 setTypeface(tf);
2320 * {@link #setTypeface(Typeface, int)} to get the appearance
2329 public void setTypeface(Typeface tf) { method in class:TextView
2331 mTextPaint.setTypeface(tf);
2345 * @see #setTypeface(Typeface)

Completed in 854 milliseconds