Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialStepIndicator.java94 Drawable pageIndicatorPillDrawable = AppCompatResources.getDrawable( in initializeStepIndicators() local
99 pageIndicatorPill.setImageDrawable(pageIndicatorPillDrawable); in initializeStepIndicators()
109 if (pageIndicatorPillDrawable != null) { in initializeStepIndicators()
111 pageIndicatorPillDrawable.setTint(activeStepIndicatorColor); in initializeStepIndicators()
113 pageIndicatorPillDrawable.setTint(inactiveStepIndicatorColor); in initializeStepIndicators()