Searched refs:mCharacterStyles (Results 1 – 1 of 1) sorted by relevance
98 private final List<CharacterStyle> mCharacterStyles = new ArrayList<>(); field in CaptionWindowLayout175 mCharacterStyles.clear(); in setPenAttr()177 mCharacterStyles.add(new StyleSpan(Typeface.ITALIC)); in setPenAttr()180 mCharacterStyles.add(new UnderlineSpan()); in setPenAttr()184 mCharacterStyles.add(new RelativeSizeSpan(PROPORTION_PEN_SIZE_SMALL)); in setPenAttr()187 mCharacterStyles.add(new RelativeSizeSpan(PROPORTION_PEN_SIZE_LARGE)); in setPenAttr()192 mCharacterStyles.add(new SubscriptSpan()); in setPenAttr()195 mCharacterStyles.add(new SuperscriptSpan()); in setPenAttr()520 for (CharacterStyle characterStyle : mCharacterStyles) { in updateText()