Home | History | Annotate | Download | only in widget

Lines Matching defs:startWithOffset

4905         mPositionScroller.startWithOffset(position, offset, duration);
4923 mPositionScroller.startWithOffset(position, offset);
7229 public abstract void startWithOffset(int position, int offset);
7230 public abstract void startWithOffset(int position, int offset, int duration);
7387 public void startWithOffset(int position, int offset) {
7388 startWithOffset(position, offset, SCROLL_DURATION);
7392 public void startWithOffset(final int position, int offset, final int duration) {
7400 startWithOffset(position, postOffset, duration);