Searched refs:indicators (Results 1 – 1 of 1) sorted by relevance
541 final int indicators = (hasTopPanel ? ViewCompat.SCROLL_INDICATOR_TOP : 0) in setupView() local543 setScrollIndicators(contentPanel, content, indicators, in setupView()560 final int indicators, final int mask) { in setScrollIndicators() argument567 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()