Searched refs:totalDelta (Results 1 – 2 of 2) sorted by relevance
1764 private void shareOutDelta(int totalDelta, float totalWeight) { in shareOutDelta() argument1775 int delta = Math.round((weight * totalDelta / totalWeight)); in shareOutDelta()1779 totalDelta -= delta; in shareOutDelta()
2047 final int totalDelta = (int) (x - mInitialMotionX);2049 currentPage, nextPageOffset, initialVelocity, totalDelta);