Searched refs:indicatorUp (Results 1 – 1 of 1) sorted by relevance
560 View indicatorUp = mWindow.findViewById(R.id.scrollIndicatorUp); in setScrollIndicators() local567 if (indicatorUp != null) { in setScrollIndicators()568 contentPanel.removeView(indicatorUp); in setScrollIndicators()575 if (indicatorUp != null && (indicators & ViewCompat.SCROLL_INDICATOR_TOP) == 0) { in setScrollIndicators()576 contentPanel.removeView(indicatorUp); in setScrollIndicators()577 indicatorUp = null; in setScrollIndicators()584 if (indicatorUp != null || indicatorDown != null) { in setScrollIndicators()585 final View top = indicatorUp; in setScrollIndicators()