Searched refs:setTypeface (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DStyleSpan.java110 paint.setTypeface(tf);
H A DTypefaceSpan.java94 paint.setTypeface(tf);
H A DTextAppearanceSpan.java247 ds.setTypeface(tf);
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java66 if (light != null) tv.setTypeface(light);
74 if (normal != null) tv.setTypeface(normal);
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java112 mAmPmTextView.setTypeface(tf);
171 mTimeDisplayBackground.setTypeface(sBackgroundFont);
175 mTimeDisplayForeground.setTypeface(sForegroundFont);
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DTypefaceTest.java78 p.setTypeface(mFaces[j]);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DClockView.java100 mAmPmTextView.setTypeface(tf);
157 mTimeView.setTypeface(Typeface.createFromFile(ANDROID_CLOCK_FONT_FILE));
H A DKeyguardStatusView.java91 mDateView.setTypeface(Typeface.SANS_SERIF, Typeface.BOLD);
/frameworks/base/tests/BrowserTestPlugin/jni/event/
H A DEventPlugin.cpp90 gPaintI.setTypeface(paint, tf);
/frameworks/base/services/java/com/android/server/wm/
H A DWatermark.java89 mTextPaint.setTypeface(Typeface.create(Typeface.SANS_SERIF, Typeface.BOLD));
/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},
H A DTextLayoutCache.cpp831 mShapingPaint.setTypeface(typeface);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java701 paint.setTypeface(Typeface.DEFAULT_BOLD);
704 paint.setTypeface(Typeface.DEFAULT);
914 mPreviewText.setTypeface(Typeface.DEFAULT_BOLD);
917 mPreviewText.setTypeface(Typeface.DEFAULT);
/frameworks/base/core/java/android/widget/
H A DSwitch.java52 * setTypeface() methods control the typeface and style of label text, whereas the
294 mTextPaint.setTypeface(tf);
H A DTextView.java1266 setTypeface(tf);
1284 setTypeface(tf, styleIndex);
1364 public void setTypeface(Typeface tf, int style) { method in class:TextView
1372 setTypeface(tf);
1381 setTypeface(tf);
2449 * {@link #setTypeface(Typeface, int)} to get the appearance
2458 public void setTypeface(Typeface tf) { method in class:TextView
2460 mTextPaint.setTypeface(tf);
2474 * @see #setTypeface(Typeface)
H A DNumberPicker.java701 paint.setTypeface(mInputText.getTypeface());
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java983 public Typeface setTypeface(Typeface typeface) { method in class:Paint

Completed in 301 milliseconds