HomeSort by relevance Sort by last modified time
    Searched refs:totalDuration (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
OverScroller.java 804 final float totalDuration = (float) Math.sqrt(
806 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
808 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 809 final float totalDuration = (float) Math.sqrt(
811 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
813 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c 599 M4OSA_Int32 totalDuration;
    [all...]
M4xVSS_internal.c     [all...]

Completed in 414 milliseconds