Searched refs:scrollBarColor (Results 1 – 1 of 1) sorted by relevance
362 int scrollBarColor = a.getResourceId(R.styleable.PagedListView_scrollBarColor, -1); in init() local363 if (scrollBarColor != -1) { in init()364 setScrollbarColor(scrollBarColor); in init()