Home
last modified time | relevance | path

Searched refs:setTypeface (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDualTileLabel.java141 public void setTypeface(Typeface tf) { in setTypeface() method in QSDualTileLabel
142 mFirstLine.setTypeface(tf); in setTypeface()
143 mSecondLine.setTypeface(tf); in setTypeface()
/frameworks/base/core/tests/coretests/src/android/graphics/
DPaintTest.java80 paint.setTypeface(fontTypeface); in testHintingWidth()
123 p.setTypeface(fontTypeface); in testHasGlyph_variationSelectors()
/frameworks/minikin/sample/
Dexample_skia.cpp96 paint->setTypeface(lastFace); in drawToSkia()
102 paint->setTypeface(skFace); in drawToSkia()
DMinikinSkia.cpp19 skPaint->setTypeface(typeface); in MinikinFontSkia_SetSkiaPaint()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java196 public void setTypeface(Typeface typeface) { in setTypeface() method in SubtitleView
198 mTextPaint.setTypeface(typeface); in setTypeface()
285 setTypeface(typeface); in setStyle()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/span/
DLinkSpan.java81 drawState.setTypeface(TYPEFACE_MEDIUM); in updateDrawState()
/frameworks/base/core/java/android/text/style/
DStyleSpan.java120 paint.setTypeface(tf); in apply()
DTypefaceSpan.java104 paint.setTypeface(tf); in apply()
DTextAppearanceSpan.java257 ds.setTypeface(tf); in updateMeasureState()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
DTypefaceTest.java78 p.setTypeface(mFaces[j]); in testUniformY()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DRowHeaderPresenter.java158 fontMeasurePaint.setTypeface(textView.getTypeface()); in getFontDescent()
DAbstractDetailsDescriptionPresenter.java146 paint.setTypeface(textView.getTypeface()); in getFontMetricsInt()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java215 p.setTypeface(Typeface.create(fontFamily, 0)); in applyTextAppearance()
277 mMonthPaint.setTypeface(Typeface.create(monthTypeface, 0)); in initPaints()
283 mDayOfWeekPaint.setTypeface(Typeface.create(dayOfWeekTypeface, 0)); in initPaints()
298 mDayPaint.setTypeface(Typeface.create(dayTypeface, 0)); in initPaints()
/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp121 paint->setTypeface(reinterpret_cast<const MinikinFontSkia*>(font)->GetSkTypeface()); in populateSkPaint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSegmentedButtons.java74 textView.setTypeface(selected ? MEDIUM : REGULAR); in setSelectedStyle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserDetailItemView.java144 mName.setTypeface(activated ? mActivatedTypeface : mRegularTypeface); in updateTypeface()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DErrorFragment.java236 paint.setTypeface(textView.getTypeface()); in getFontMetricsInt()
DErrorSupportFragment.java238 paint.setTypeface(textView.getTypeface()); in getFontMetricsInt()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DAmPmCirclesView.java83 mPaint.setTypeface(tf); in initialize()
DRadialTextsView.java271 mPaint.setTypeface(typeface); in drawTexts()
/frameworks/base/services/core/java/com/android/server/wm/
DWatermark.java91 mTextPaint.setTypeface(Typeface.create(Typeface.SANS_SERIF, Typeface.BOLD)); in Watermark()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java228 paint.setTypeface(Typeface.create("sans-serif", Typeface.NORMAL)); in createIconBitmap()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DMonthView.java285 mMonthTitlePaint.setTypeface(Typeface.create(mMonthTitleTypeface, Typeface.BOLD)); in initView()
309 mMonthDayLabelPaint.setTypeface(Typeface.create(mDayOfWeekTypeface, Typeface.NORMAL)); in initView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterDrawable.java143 mTextPaint.setTypeface(font); in BatteryMeterDrawable()
149 mWarningTextPaint.setTypeface(font); in BatteryMeterDrawable()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java714 paint.setTypeface(Typeface.DEFAULT_BOLD); in onBufferDraw()
717 paint.setTypeface(Typeface.DEFAULT); in onBufferDraw()
927 mPreviewText.setTypeface(Typeface.DEFAULT_BOLD); in showKey()
930 mPreviewText.setTypeface(Typeface.DEFAULT); in showKey()

12