Searched refs:mTextStyle (Results 1 – 4 of 4) sorted by relevance
31 private int mTextStyle; field in TextHighlighter36 mTextStyle = textStyle; in TextHighlighter()52 return new StyleSpan(mTextStyle); in getStyleSpan()
59 final int mTextStyle; field in ViewPagerTabs123 mTextStyle = a.getInt(1, 0); in ViewPagerTabs()170 if (mTextStyle > 0) { in addTab()171 textView.setTypeface(textView.getTypeface(), mTextStyle); in addTab() local
66 final int mTextStyle; field in ViewPagerTabs95 mTextStyle = a.getInt(1, 0); in ViewPagerTabs()169 if (mTextStyle > 0) { in addTab()170 textView.setTypeface(textView.getTypeface(), mTextStyle); in addTab() local
162 private int mTextStyle = Typeface.BOLD; field in KeyboardView340 mTextStyle = a.getInt(attr, 0); in KeyboardView()371 Typeface typeface = Typeface.create(mFontFamily, mTextStyle); in KeyboardView()375 mPaint.setTypeface(Typeface.create(Typeface.DEFAULT, mTextStyle)); in KeyboardView()