Searched refs:NANOS_PER_MS (Results 1 – 14 of 14) sorted by relevance
289 protected static final long NANOS_PER_MS = 1000000; field in WindowOrientationListener.OrientationJudge297 500 * NANOS_PER_MS;403 private static final long PROPOSAL_SETTLE_TIME_NANOS = 40 * NANOS_PER_MS;408 private static final long PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS = 500 * NANOS_PER_MS;413 private static final long PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS = 300 * NANOS_PER_MS;418 500 * NANOS_PER_MS;424 private static final long FLAT_TIME_NANOS = 1000 * NANOS_PER_MS;430 private static final long SWING_TIME_NANOS = 300 * NANOS_PER_MS;437 private static final long MAX_FILTER_DELTA_TIME_NANOS = 1000 * NANOS_PER_MS;
590 return getFrameTimeNanos() / TimeUtils.NANOS_PER_MS; in getFrameTime()644 mLastFrameTimeNanos / TimeUtils.NANOS_PER_MS + sFrameDelay, now); in scheduleFrameLocked()719 AnimationUtils.lockAnimationClock(frameTimeNanos / TimeUtils.NANOS_PER_MS); in doFrame()753 now / TimeUtils.NANOS_PER_MS); in doCallbacks()949 mHandler.sendMessageAtTime(msg, timestampNanos / TimeUtils.NANOS_PER_MS); in onVsync()
3726 mChoreographer.getFrameTimeNanos() / TimeUtils.NANOS_PER_MS; in draw()
19 import static android.util.TimeUtils.NANOS_PER_MS;223 anim.setCurrentPlayTime(mChoreographer.getFrameIntervalNanos() / NANOS_PER_MS); in startAnimationLocked()
142 mCurrentTime = frameTimeNs / TimeUtils.NANOS_PER_MS; in animate()
49 int animIntervalMs = (int) (frameIntervalNanos / TimeUtils.NANOS_PER_MS); in createLUT()
58 AnimationUtils.lockAnimationClock(frameTimeNanos / TimeUtils.NANOS_PER_MS); in doFrame()
19 import static android.util.TimeUtils.NANOS_PER_MS;262 timestampMs = timestampNs / NANOS_PER_MS; in onWakeupEvent()
49 static const nsecs_t NANOS_PER_MS = 1000000; variable53 static const nsecs_t RESAMPLE_LATENCY = 5 * NANOS_PER_MS;56 static const nsecs_t RESAMPLE_MIN_DELTA = 2 * NANOS_PER_MS;60 static const nsecs_t RESAMPLE_MAX_DELTA = 20 * NANOS_PER_MS;64 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS;
41 static const nsecs_t NANOS_PER_MS = 1000000; variable47 static const nsecs_t ASSUME_POINTER_STOPPED_TIME = 40 * NANOS_PER_MS;840 const nsecs_t MIN_TIME_DELTA = 2 * NANOS_PER_MS; in updateState()
147 public static final long NANOS_PER_MS = 1000000; field in TimeUtils
311 AnimationUtils.currentAnimationTimeMillis() * TimeUtils.NANOS_PER_MS); in reset()
1487 int animIntervalMs = (int) (frameIntervalNanos / TimeUtils.NANOS_PER_MS); in getFrameCount()
72812 Landroid/util/TimeUtils;->NANOS_PER_MS:J