Searched refs:scrollBar (Results 1 – 3 of 3) sorted by relevance
38 private View scrollBar; field in FastScroller52 scrollBar = findViewById(R.id.fast_scroller_scroll_bar); in onFinishInflate()72 scrollBar.setSelected(true); in onTouchEvent()82 scrollBar.setSelected(false); in onTouchEvent()104 if (scrollBar.getY() == 0) { in getScrolledPercentage()106 } else if (scrollBar.getY() + scrollBar.getHeight() >= getHeight()) { in getScrolledPercentage()119 if (!scrollBar.isSelected()) { in updateContainerAndScrollBarPosition()128 int scrollBarHeight = scrollBar.getHeight(); in setContainerAndScrollBarPosition()130 scrollBar.setY( in setContainerAndScrollBarPosition()
92 public Integer get(RecyclerViewFastScroller scrollBar) {93 return scrollBar.mWidth;97 public void set(RecyclerViewFastScroller scrollBar, Integer value) {98 scrollBar.setTrackWidth(value);
543 RecyclerViewFastScroller scrollBar = mAllApps.getActiveRecyclerView().getScrollbar(); in animateCollapseAnimation() local549 if (scrollBar != null) { in animateCollapseAnimation()550 scrollBar.setVisibility(INVISIBLE); in animateCollapseAnimation()558 if (scrollBar != null) { in animateCollapseAnimation()559 scrollBar.setThumbOffsetY(-1); in animateCollapseAnimation()560 scrollBar.setVisibility(VISIBLE); in animateCollapseAnimation()