Home
last modified time | relevance | path

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

123

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java142 testView.setTypeface(Typeface.MONOSPACE); in setUp()
174 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testEmptyString_flagOn()
188 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testEmptyString_flagOff()
203 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testStringWithSpaceLongerThanCharLimit_flagOn()
218 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testStringWithSpaceLongerThanCharLimit_flagOff()
233 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringNoSpaceLongerThanCharLimit_flagOn()
248 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringNoSpaceLongerThanCharLimit_flagOff()
263 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringWithSpaceLongerThanCharLimit_flagOn()
278 mBubbleTextView.setTypeface(Typeface.MONOSPACE); in testLongStringWithSpaceLongerThanCharLimit_flagOff()
293 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/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarEduTooltipController.kt166 TypefaceUtils.setTypeface( in <lambda>()
212 TypefaceUtils.setTypeface( in <lambda>()
216 TypefaceUtils.setTypeface( in <lambda>()
220 TypefaceUtils.setTypeface( in <lambda>()
224 TypefaceUtils.setTypeface( in <lambda>()
277 TypefaceUtils.setTypeface( in <lambda>()
281 TypefaceUtils.setTypeface( in <lambda>()
338 TypefaceUtils.setTypeface( in <lambda>()
342 TypefaceUtils.setTypeface(eduSubtitle, FontFamily.GSF_BODY_SMALL) in <lambda>()
DKeyboardQuickSwitchTaskView.java116 TypefaceUtils.setTypeface( in onFinishInflate()
120 TypefaceUtils.setTypeface( in onFinishInflate()
/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/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/flyout/
DBubbleBarFlyoutView.kt40 import com.android.wm.shell.shared.TypefaceUtils.Companion.setTypeface
168 setTypeface(title, TypefaceUtils.FontFamily.GSF_LABEL_LARGE)
169 setTypeface(message, TypefaceUtils.FontFamily.GSF_BODY_MEDIUM)
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DAutoLocationPermissionPromptView.java339 mFineRadioButton.setTypeface(null, Typeface.BOLD); in runLocationAccuracyAnimation()
340 mCoarseRadioButton.setTypeface(null, Typeface.NORMAL); in runLocationAccuracyAnimation()
358 mCoarseRadioButton.setTypeface(null, Typeface.BOLD); in runLocationAccuracyAnimation()
359 mFineRadioButton.setTypeface(null, Typeface.NORMAL); in runLocationAccuracyAnimation()
/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)
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogHelper.java40 messageView.setTypeface(typeface); in updateMessageStyle()
/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/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/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutTextView.java55 setTypeface(Typeface.create(GOOGLE_SANS_FLEX_LABEL_LARGE, Typeface.NORMAL)); in DeepShortcutTextView()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DStringTexture.java63 paint.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD)); in newInstance()
/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/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogHelperTest.java57 verify(mTextView).setTypeface(typeface); in updateMessageStyle_updateStyle()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewView.java67 setTypeface(key.selectPreviewTypeface(drawParams)); in setPreviewVisual()

123