Searched refs:styleResId (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/src/androidTest/java/android/support/v4/testutils/
H A DTextViewActions.java120 public static ViewAction setTextAppearance(final @StyleRes int styleResId) { argument
137 TextViewCompat.setTextAppearance(textView, styleResId);
/frameworks/base/core/java/android/widget/
H A DFastScroller.java248 public FastScroller(AbsListView listView, int styleResId) { argument
275 setStyle(styleResId);
H A DAbsListView.java1304 * @param styleResId style resource containing fast scroller properties
1307 public void setFastScrollStyle(int styleResId) { argument
1309 mFastScrollStyle = styleResId;
1311 mFastScroll.setStyle(styleResId);

Completed in 1149 milliseconds