Home
last modified time | relevance | path

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

/frameworks/support/compat/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.java248 public FastScroller(AbsListView listView, int styleResId) { in FastScroller() argument
275 setStyle(styleResId); in FastScroller()
DAbsListView.java1306 public void setFastScrollStyle(int styleResId) { in setFastScrollStyle() argument
1308 mFastScrollStyle = styleResId; in setFastScrollStyle()
1310 mFastScroll.setStyle(styleResId); in setFastScrollStyle()