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

/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java189 public void setTypeface(Typeface typeface) { method in class:SubtitleView
191 mTextPaint.setTypeface(typeface);
275 setTypeface(typeface);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp247 static SkTypeface* setTypeface(JNIEnv* env, jobject clazz, SkPaint* obj, SkTypeface* typeface) { function in class:android::SkPaintGlue
248 return obj->setTypeface(typeface);
834 {"native_setTypeface","(II)I", (void*) SkPaintGlue::setTypeface},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1083 public Typeface setTypeface(Typeface typeface) { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java1323 setTypeface(tf);
1341 setTypeface(tf, styleIndex);
1424 public void setTypeface(Typeface tf, int style) { method in class:TextView
1432 setTypeface(tf);
1441 setTypeface(tf);
2579 * {@link #setTypeface(Typeface, int)} to get the appearance
2588 public void setTypeface(Typeface tf) { method in class:TextView
2590 mTextPaint.setTypeface(tf);
2604 * @see #setTypeface(Typeface)

Completed in 89 milliseconds