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()
72 public Integer get(RecyclerViewFastScroller scrollBar) {73 return scrollBar.mWidth;77 public void set(RecyclerViewFastScroller scrollBar, Integer value) {78 scrollBar.setTrackWidth(value);
527 RecyclerViewFastScroller scrollBar = mAllApps.getActiveRecyclerView().getScrollbar(); in animateCollapseAnimation() local533 if (scrollBar != null) { in animateCollapseAnimation()534 scrollBar.setVisibility(INVISIBLE); in animateCollapseAnimation()542 if (scrollBar != null) { in animateCollapseAnimation()543 scrollBar.setThumbOffsetY(-1); in animateCollapseAnimation()544 scrollBar.setVisibility(VISIBLE); in animateCollapseAnimation()