Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPageIndicator.java111 int pageIndicatorHeight = res.getDimensionPixelSize(R.dimen.qs_page_indicator_height); in updateResources() local
112 if (pageIndicatorHeight != mPageIndicatorHeight) { in updateResources()
113 mPageIndicatorHeight = pageIndicatorHeight; in updateResources()