Searched refs:styleResId (Results 1 – 3 of 3) sorted by relevance
118 public static ViewAction setTextAppearance(final @StyleRes int styleResId) {135 TextViewCompat.setTextAppearance(textView, styleResId);
247 public FastScroller(AbsListView listView, int styleResId) { in FastScroller() argument274 setStyle(styleResId); in FastScroller()
1303 public void setFastScrollStyle(int styleResId) { in setFastScrollStyle() argument1305 mFastScrollStyle = styleResId; in setFastScrollStyle()1307 mFastScroll.setStyle(styleResId); in setFastScrollStyle()