Searched refs:textStyle (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/toolbar/ |
D | TabLayout.java | 290 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/ |
D | CarTabLayout.java | 348 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/ |
D | TextHighlighter.java | 35 public TextHighlighter(int textStyle) { in TextHighlighter() argument 36 mTextStyle = textStyle; in TextHighlighter()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | ViewPagerTabs.java | 71 android.R.attr.textStyle,
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | ViewPagerTabs.java | 57 android.R.attr.textStyle,
|