Home
last modified time | relevance | path

Searched refs:typeface (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DModeSelectorItem.java74 Typeface typeface; in onFinishInflate() local
76 typeface = Typeface.create("sans-serif-medium", Typeface.NORMAL); in onFinishInflate()
79 typeface = Typeface.createFromAsset(getResources().getAssets(), in onFinishInflate()
82 mText.setTypeface(typeface); in onFinishInflate()
/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() argument
191 if (Objects.equals(mTextPaint.getTypeface(), (typeface))) { in setTypeface()
192 mTextPaint.setTypeface(typeface); in setTypeface()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java377 final Typeface typeface; in bind() local
384 typeface = mListItemReadTypeface; in bind()
388 typeface = mListItemUnreadTypeface; in bind()
393 mSnippetTextView.setTypeface(typeface, typefaceStyle); in bind()
395 mSubjectTextView.setTypeface(typeface, typefaceStyle); in bind()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java277 Typeface typeface = details.isRead ? Typeface.SANS_SERIF : Typeface.DEFAULT_BOLD; in setPhoneCallDetails() local
278 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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java200 final String typeface = Settings.Secure.getString(getContext().getContentResolver(), in getCaptionsFontFamily() local
202 return TextUtils.isEmpty(typeface) ? "default" : typeface; in getCaptionsFontFamily()
/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/src/com/android/settings/datausage/
DDataUsageSummaryPreference.java359 TextView carrierInfo, @AttrRes int colorId, Typeface typeface) { in setCarrierInfoTextStyle() argument
361 carrierInfo.setTypeface(typeface); in setCarrierInfoTextStyle()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageSummaryPreference.java359 TextView carrierInfo, @AttrRes int colorId, Typeface typeface) { in setCarrierInfoTextStyle() argument
361 carrierInfo.setTypeface(typeface); in setCarrierInfoTextStyle()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java371 Typeface typeface = Typeface.create(mFontFamily, mTextStyle); in KeyboardView() local
372 mPaint.setTypeface(typeface); in KeyboardView()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...