Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DViewPagerTabs.java59 final int mTextStyle; field in ViewPagerTabs
171 textView.setTypeface(textView.getTypeface(), mTextStyle); in addTab() local
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DViewPagerTabs.java66 final int mTextStyle; field in ViewPagerTabs
170 textView.setTypeface(textView.getTypeface(), mTextStyle); in addTab() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/format/
H A DTextHighlighter.java31 private int mTextStyle; field in TextHighlighter
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java1021 int mTextStyle; field in ViewNode.ViewNodeText
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java162 private int mTextStyle = Typeface.BOLD; field in KeyboardView
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java439 int mTextStyle; field in AssistStructure.ViewNodeText
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java3933 int mTextStyle = 0; field in TextView.Drawables.TextAppearanceAttributes