Home
last modified time | relevance | path

Searched refs:textStyle (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/toolbar/
DTabLayout.java290 android.R.attr.textStyle, in createStyledTypeface()
296 int textStyle = ta.getInteger(0, 0); in createStyledTypeface() local
300 return Typeface.create(Typeface.defaultFromStyle(textStyle), textFontWeight, in createStyledTypeface()
301 (textStyle & Typeface.ITALIC) != 0); in createStyledTypeface()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java348 int textStyle = Themes.getAttrInteger(context, styleResId, android.R.attr.textStyle); in createStyledTypeface() local
352 return Typeface.create(Typeface.defaultFromStyle(textStyle), textFontWeight, in createStyledTypeface()
353 (textStyle & Typeface.ITALIC) != 0); in createStyledTypeface()
/packages/apps/Contacts/src/com/android/contacts/format/
DTextHighlighter.java35 public TextHighlighter(int textStyle) { in TextHighlighter() argument
36 mTextStyle = textStyle; in TextHighlighter()
/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabs.java71 android.R.attr.textStyle,
/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabs.java57 android.R.attr.textStyle,