Home
last modified time | relevance | path

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

/frameworks/support/v4/tests/java/android/support/v4/testutils/
DTextViewActions.java118 public static ViewAction setTextAppearance(final @StyleRes int styleResId) {
135 TextViewCompat.setTextAppearance(textView, styleResId);
/frameworks/base/core/java/android/widget/
DFastScroller.java247 public FastScroller(AbsListView listView, int styleResId) { in FastScroller() argument
274 setStyle(styleResId); in FastScroller()
DAbsListView.java1303 public void setFastScrollStyle(int styleResId) { in setFastScrollStyle() argument
1305 mFastScrollStyle = styleResId; in setFastScrollStyle()
1307 mFastScroll.setStyle(styleResId); in setFastScrollStyle()