Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPageIndicator.java116 int pageIndicatorDotWidth = res.getDimensionPixelSize(R.dimen.qs_page_indicator_dot_width); in updateResources() local
117 if (pageIndicatorDotWidth != mPageDotWidth) { in updateResources()
118 mPageDotWidth = pageIndicatorDotWidth; in updateResources()