HomeSort by relevance Sort by last modified time
    Searched refs:mTextStyle (Results 1 - 4 of 4) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
TextHighlighter.java 35 private int mTextStyle;
40 mTextStyle = textStyle;
56 return new StyleSpan(mTextStyle);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabs.java 59 final int mTextStyle;
123 mTextStyle = a.getInt(1, 0);
170 if (mTextStyle > 0) {
171 textView.setTypeface(textView.getTypeface(), mTextStyle);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 54 final int mTextStyle;
137 mTextStyle = a.getInt(1, 0);
212 if (mTextStyle > 0) {
213 textView.setTypeface(textView.getTypeface(), mTextStyle);
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 342 int mTextStyle;
363 mTextStyle = in.readInt();
378 out.writeInt(mTextStyle);
    [all...]

Completed in 1072 milliseconds