Home
last modified time | relevance | path

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

123

/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailViewHolder.java204 primaryTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD); in boldViewHolderIfUnread()
205 secondaryTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD); in boldViewHolderIfUnread()
206 transcriptionTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD); in boldViewHolderIfUnread()
240 primaryTextView.setTypeface(null, Typeface.NORMAL); in reset()
241 secondaryTextView.setTypeface(null, Typeface.NORMAL); in reset()
242 transcriptionTextView.setTypeface(null, Typeface.NORMAL); in reset()
295 primaryTextView.setTypeface(Typeface.DEFAULT, Typeface.NORMAL); in expandAndBindViewHolderAndMediaPlayerViewWithAdapterValues()
296 secondaryTextView.setTypeface(Typeface.DEFAULT, Typeface.NORMAL); in expandAndBindViewHolderAndMediaPlayerViewWithAdapterValues()
297 transcriptionTextView.setTypeface(Typeface.DEFAULT, Typeface.NORMAL); in expandAndBindViewHolderAndMediaPlayerViewWithAdapterValues()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java195 mConversationNameView.setTypeface(mListItemReadTypeface); in setConversationName()
198 mConversationNameView.setTypeface(mListItemUnreadTypeface); in setConversationName()
393 mSnippetTextView.setTypeface(typeface, typefaceStyle); in bind()
395 mSubjectTextView.setTypeface(typeface, typefaceStyle); in bind()
408 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle); in bind()
422 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle); in bind()
427 mTimestampTextView.setTypeface(mListItemReadTypeface, typefaceStyle); in bind()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrPrioritySettingsFragment.java246 titleView.setTypeface(titleView.getTypeface(), Typeface.ITALIC);
254 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);
262 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);
269 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java398 paint.setTypeface(key.selectTypeface(params)); in onDrawKeyTopVisuals()
452 paint.setTypeface(Typeface.DEFAULT_BOLD); in onDrawKeyTopVisuals()
520 paint.setTypeface(params.mTypeface); in drawKeyPopupHint()
542 paint.setTypeface(mKeyDrawParams.mTypeface); in newLabelPaint()
546 paint.setTypeface(key.selectTypeface(mKeyDrawParams)); in newLabelPaint()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java278 views.nameView.setTypeface(typeface); in setPhoneCallDetails()
279 views.voicemailTranscriptionView.setTypeface(typeface); in setPhoneCallDetails()
280 views.voicemailTranscriptionBrandingView.setTypeface(typeface); in setPhoneCallDetails()
281 views.callLocationAndDate.setTypeface(typeface); in setPhoneCallDetails()
388 title.setTypeface(Typeface.create("sans-serif-medium", Typeface.NORMAL)); in showVoicemailDonationPromo()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java177 setTypeface(style.typeface); in setStyle()
190 private void setTypeface(Typeface typeface) { in setTypeface() method in SubtitleView
192 mTextPaint.setTypeface(typeface); in setTypeface()
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
DLetterTileDrawable.java90 sPaint.setTypeface(Typeface.create( in LetterTileDrawable()
161 sPaint.setTypeface(Typeface.create("sans-serif", Typeface.NORMAL)); in drawLetterTile()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioRecordView.java197 mHintTextView.setTypeface(null, Typeface.NORMAL); in updateVisualState()
282 mHintTextView.setTypeface(null, Typeface.BOLD); in onRecordButtonTouchUp()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java120 ((TextView) view.findViewById(R.id.thumbnail_text)).setTypeface( in bindThumbnailTile()
148 title.setTypeface(mHeadlineFont); in bindPreview()
150 bodyText.setTypeface(mBodyFont); in bindPreview()
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java411 paint.setTypeface(mCaptionStyleCompat.typeface); in initWindow()
521 paint.setTypeface(mCaptionStyleCompat.typeface); in updateWidestChar()
570 paint.setTypeface(mCaptionStyleCompat.typeface); in updateTextSize()
/packages/apps/Dialer/java/com/android/dialer/lettertile/
DLetterTileDrawable.java132 paint.setTypeface(Typeface.create("sans-serif-medium", Typeface.NORMAL)); in LetterTileDrawable()
219 paint.setTypeface(Typeface.create("sans-serif", Typeface.NORMAL)); in drawLetterTile()
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemePreviewPage.java194 header.setTypeface(mHeadlineFont); in bindPreviewContent()
199 clock.setTypeface(mHeadlineFont); in bindPreviewContent()
DThemeFragment.java414 title.setTypeface(previewInfo.headlineFontFamily); in ThemePreviewAdapter()
416 body.setTypeface(previewInfo.bodyFontFamily); in ThemePreviewAdapter()
/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java412 descriptionView.setTypeface( in onBindViewHolder()
419 descriptionView.setTypeface(Typeface.create(getString(R.string.font), 0)); in onBindViewHolder()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java844 p.setTypeface(mBold); in init()
851 p.setTypeface(null); in init()
2089 p.setTypeface(mBold); in drawDayHeaderLoop()
2126 p.setTypeface(null); in drawDayHeaderLoop()
2132 p.setTypeface(mBold); in drawAmPm()
2217 p.setTypeface(Typeface.DEFAULT); in setupHourTextPaint()
2241 p.setTypeface(todayIndex == day ? mBold : Typeface.DEFAULT); in drawDayHeader()
2247 p.setTypeface(Typeface.DEFAULT); in drawDayHeader()
2257 p.setTypeface(Typeface.DEFAULT); in drawDayHeader()
2263 p.setTypeface(todayIndex == day ? mBold : Typeface.DEFAULT); in drawDayHeader()
DDayOfMonthDrawable.java44 mPaint.setTypeface(Typeface.DEFAULT_BOLD); in DayOfMonthDrawable()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardView.java312 paint.setTypeface(Typeface.create("sans-serif", Typeface.NORMAL)); in createKeyImageView()
315 paint.setTypeface(Typeface.create("sans-serif-light", Typeface.NORMAL)); in createKeyImageView()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DStringTexture.java63 paint.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD)); in newInstance()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java372 mPaint.setTypeface(typeface); in KeyboardView()
375 mPaint.setTypeface(Typeface.create(Typeface.DEFAULT, mTextStyle)); in KeyboardView()
1045 mPreviewText.setTypeface(Typeface.DEFAULT_BOLD); in showKey()
1048 mPreviewText.setTypeface(Typeface.DEFAULT); in showKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewView.java67 setTypeface(key.selectPreviewTypeface(drawParams)); in setPreviewVisual()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeSelectorItem.java82 mText.setTypeface(typeface); in onFinishInflate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java635 paint.setTypeface(getTextTypeface(text)); in getTextWidth()
638 paint.setTypeface(savedTypeface); in getTextWidth()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityGestureNavigationTutorial.java321 textView.setTypeface(Typeface.create(familyName, Typeface.NORMAL)); in makeTitleView()
330 textView.setTypeface( in makeInstructionView()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DSimSelectorAvatarRequest.java95 paint.setTypeface(Typeface.create("sans-serif", Typeface.NORMAL)); in renderSimAvatarInternal()
/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabs.java171 textView.setTypeface(textView.getTypeface(), mTextStyle); in addTab()

123