Searched refs:consumeFlingInStretch (Results 1 – 3 of 3) sorted by relevance
1469 int deltaX = consumeFlingInStretch(x - oldX); in computeScroll()1507 private int consumeFlingInStretch(int unconsumed) { in consumeFlingInStretch() method in HorizontalScrollView
1559 int deltaY = consumeFlingInStretch(y - oldY); in computeScroll()1603 private int consumeFlingInStretch(int unconsumed) { in consumeFlingInStretch() method in ScrollView
4424 private int consumeFlingInStretch(int unconsumed) { in consumeFlingInStretch() method5110 int delta = consumeFlingInStretch(mLastFlingY - y);