Searched refs:dotsPageIndicator (Results 1 – 3 of 3) sorted by relevance
56 DotsPageIndicator dotsPageIndicator = (DotsPageIndicator) findViewById(R.id.page_indicator); in onCreate() local57 dotsPageIndicator.setPager(pager); in onCreate()
261 DotsPageIndicator dotsPageIndicator = (DotsPageIndicator) findViewById(R.id.page_indicator); in setupViews() local262 dotsPageIndicator.setDotSpacing((int) getResources().getDimension(R.dimen.dots_spacing)); in setupViews()263 dotsPageIndicator.setPager(mPager); in setupViews()
83 mDotsPageIndicator = (DotsPageIndicator) findViewById(R.id.dotsPageIndicator); in onCreate()