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

  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 322 final float incrementPerMs = (scale - getScale()) / durationMs;
330 float target = oldScale + (incrementPerMs * currentMs);

Completed in 288 milliseconds