Searched refs:mCharacterStyles (Results 1 – 1 of 1) sorted by relevance
107 private final List<CharacterStyle> mCharacterStyles = new ArrayList<>(); field in CaptionWindowLayout219 mCharacterStyles.clear(); in setPenAttr()221 mCharacterStyles.add(new StyleSpan(Typeface.ITALIC)); in setPenAttr()224 mCharacterStyles.add(new UnderlineSpan()); in setPenAttr()228 mCharacterStyles.add(new RelativeSizeSpan(PROPORTION_PEN_SIZE_SMALL)); in setPenAttr()231 mCharacterStyles.add(new RelativeSizeSpan(PROPORTION_PEN_SIZE_LARGE)); in setPenAttr()236 mCharacterStyles.add(new SubscriptSpan()); in setPenAttr()239 mCharacterStyles.add(new SuperscriptSpan()); in setPenAttr()658 for (CharacterStyle characterStyle : mCharacterStyles) { in updateText()