HomeSort by relevance Sort by last modified time
    Searched full:overy (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
OverScroller.java 372 * unless overY > 0. If overfling is allowed, it will use minY as
375 * unless overY > 0. If overfling is allowed, it will use maxY as
379 * @param overY Overfling range. If > 0, vertical overfling in either
383 int minX, int maxX, int minY, int maxY, int overX, int overY) {
386 mScrollerY.fling(startY, velocityY, minY, maxY, overY);
416 * @param overY Magnitude of overscroll allowed. This should be the maximum
419 public void notifyVerticalEdgeReached(int startY, int finalY, int overY) {
420 mScrollerY.notifyEdgeReached(startY, finalY, overY);

Completed in 67 milliseconds