Searched refs:mSummarySpan (Results 1 – 2 of 2) sorted by relevance
73 private final TextAppearanceSpan mSummarySpan; field in SwitchBar124 mSummarySpan = new TextAppearanceSpan(mContext, R.style.TextAppearance_Small_SwitchBar); in SwitchBar()205 ssb.setSpan(mSummarySpan, start, ssb.length(), 0); in updateText()
75 private final TextAppearanceSpan mSummarySpan; field in SwitchBar123 mSummarySpan = new TextAppearanceSpan(mContext, R.style.TextAppearance_Small_SwitchBar); in SwitchBar()195 ssb.setSpan(mSummarySpan, start, ssb.length(), 0); in updateText()