Searched refs:onScrollPositionChanged (Results 1 – 1 of 1) sorted by relevance
45 public void onScrollPositionChanged(int position, int total); in onScrollPositionChanged() method53 @Override public void onScrollPositionChanged(int position, int total) {} in onScrollPositionChanged() method in SlotView.SimpleListener189 onScrollPositionChanged(position); in updateScrollPosition()192 protected void onScrollPositionChanged(int newPosition) { in onScrollPositionChanged() method in SlotView194 mListener.onScrollPositionChanged(newPosition, limit); in onScrollPositionChanged()