Searched refs:onScrollPositionChanged (Results 1 – 1 of 1) sorted by relevance
44 public void onScrollPositionChanged(int position, int total); in onScrollPositionChanged() method52 @Override public void onScrollPositionChanged(int position, int total) {} in onScrollPositionChanged() method in SlotView.SimpleListener188 onScrollPositionChanged(position); in updateScrollPosition()191 protected void onScrollPositionChanged(int newPosition) { in onScrollPositionChanged() method in SlotView193 mListener.onScrollPositionChanged(newPosition, limit); in onScrollPositionChanged()