Home
last modified time | relevance | path

Searched defs:typeface (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DModeSelectorItem.java74 Typeface typeface; in onFinishInflate() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java190 private void setTypeface(Typeface typeface) { in setTypeface()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java277 Typeface typeface = details.isRead ? Typeface.SANS_SERIF : Typeface.DEFAULT_BOLD; in setPhoneCallDetails() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java200 final String typeface = Settings.Secure.getString(getContext().getContentResolver(), in getCaptionsFontFamily() local
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreference.java362 TextView carrierInfo, @AttrRes int colorId, Typeface typeface) { in setCarrierInfoTextStyle()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java377 final Typeface typeface; in bind() local
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java371 Typeface typeface = Typeface.create(mFontFamily, mTextStyle); in KeyboardView() local