Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java117 testView.setTypeface(Typeface.MONOSPACE); in setUp()
145 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testEmptyString_flagOn()
159 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testEmptyString_flagOff()
175 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testStringWithSpaceLongerThanCharLimit_flagOn()
190 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testStringWithSpaceLongerThanCharLimit_flagOff()
206 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringNoSpaceLongerThanCharLimit_flagOn()
221 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringNoSpaceLongerThanCharLimit_flagOff()
237 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringWithSpaceLongerThanCharLimit_flagOn()
252 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringWithSpaceLongerThanCharLimit_flagOff()
268 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringSymbolLongerThanCharLimit_flagOn()
[all …]
/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/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/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownRenderer.java61 mTimerTextPaint.setTypeface(Typeface.SANS_SERIF); in CountDownRenderer()
65 mUnitTextPaint.setTypeface(Typeface.SANS_SERIF); in CountDownRenderer()
/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/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/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DGrantPermissionsViewHandlerImpl.kt447 fineRadioButton?.setTypeface(null, Typeface.BOLD) in runLocationAccuracyAnimation()
448 coarseRadioButton?.setTypeface(null, Typeface.NORMAL) in runLocationAccuracyAnimation()
466 coarseRadioButton?.setTypeface(null, Typeface.BOLD) in runLocationAccuracyAnimation()
467 fineRadioButton?.setTypeface(null, Typeface.NORMAL) in runLocationAccuracyAnimation()
/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/Calendar/src/com/android/calendar/
DDayOfMonthDrawable.kt70 mPaint.setTypeface(Typeface.DEFAULT_BOLD)
DDayView.kt489 p.setTypeface(mBold) in init()
495 p.setTypeface(null) in init()
1703 p.setTypeface(mBold) in drawDayHeaderLoop()
1739 p.setTypeface(null) in drawDayHeaderLoop()
1745 p.setTypeface(mBold) in drawAmPm()
1835 p.setTypeface(Typeface.DEFAULT) in setupHourTextPaint()
1857 p.setTypeface(if (todayIndex == day) mBold else Typeface.DEFAULT) in drawDayHeader()
1863 p.setTypeface(Typeface.DEFAULT) in drawDayHeader()
1872 p.setTypeface(Typeface.DEFAULT) in drawDayHeader()
1878 p.setTypeface(if (todayIndex == day) mBold else Typeface.DEFAULT) in drawDayHeader()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogHelper.java40 messageView.setTypeface(typeface); in updateMessageStyle()
/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/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DContactListActivity.java151 t1.setTypeface(null, Typeface.BOLD); in initListView()
152 t2.setTypeface(null, Typeface.BOLD); in initListView()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DStringTexture.java63 paint.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD)); in newInstance()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogHelperTest.java57 verify(mTextView).setTypeface(typeface); in updateMessageStyle_updateStyle()
/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/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/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/apps/Messaging/src/com/android/messaging/datamodel/media/
DSimSelectorAvatarRequest.java95 paint.setTypeface(Typeface.create("sans-serif", Typeface.NORMAL)); in renderSimAvatarInternal()
/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/Messaging/src/com/android/messaging/ui/
DViewPagerTabs.java171 textView.setTypeface(textView.getTypeface(), mTextStyle); in addTab()

12