Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java541 final int indicators = (hasTopPanel ? ViewCompat.SCROLL_INDICATOR_TOP : 0) in setupView() local
543 setScrollIndicators(contentPanel, content, indicators, in setupView()
560 final int indicators, final int mask) { in setScrollIndicators() argument
567 ViewCompat.setScrollIndicators(content, indicators, mask); in setScrollIndicators()
577 if (indicatorUp != null && (indicators & ViewCompat.SCROLL_INDICATOR_TOP) == 0) { in setScrollIndicators()
581 if (indicatorDown != null && (indicators & ViewCompat.SCROLL_INDICATOR_BOTTOM) == 0) { in setScrollIndicators()