Searched defs:scroll (Results 1 – 5 of 5) sorted by relevance
44 public abstract void scroll(@NonNull Point location); in scroll() method in AutoScroller
86 public void scroll(@NonNull Point location) { in scroll() method in ViewAutoScroller
30 public void scroll(Point location) { in scroll() method in TestAutoScroller
315 private void scroll(int dy) { in scroll() method in GridModelTest
478 final int scroll = config.mReverseLayout ? -500 : 500; in viewSnapTest() local