Searched refs:maxSwipes (Results 1 – 1 of 1) sorted by relevance
542 Tracer.trace(maxSwipes, steps); in scrollToBeginning()545 for(int x = 0; x < maxSwipes; x++) { in scrollToBeginning()564 Tracer.trace(maxSwipes); in scrollToBeginning()579 Tracer.trace(maxSwipes); in flingToBeginning()580 return scrollToBeginning(maxSwipes, FLING_STEPS); in flingToBeginning()594 Tracer.trace(maxSwipes, steps); in scrollToEnd()596 for(int x = 0; x < maxSwipes; x++) { in scrollToEnd()615 Tracer.trace(maxSwipes); in scrollToEnd()616 return scrollToEnd(maxSwipes, SCROLL_STEPS); in scrollToEnd()630 Tracer.trace(maxSwipes); in flingToEnd()[all …]