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

  /frameworks/base/core/java/android/view/
WindowOrientationListener.java 209 private static final long NANOS_PER_MS = 1000000;
223 private static final long PROPOSAL_SETTLE_TIME_NANOS = 40 * NANOS_PER_MS;
228 private static final long PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS = 500 * NANOS_PER_MS;
233 private static final long PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS = 300 * NANOS_PER_MS;
238 500 * NANOS_PER_MS;
244 private static final long FLAT_TIME_NANOS = 1000 * NANOS_PER_MS;
250 private static final long SWING_TIME_NANOS = 300 * NANOS_PER_MS;
257 private static final long MAX_FILTER_DELTA_TIME_NANOS = 1000 * NANOS_PER_MS;
    [all...]
Choreographer.java 112 private static final long NANOS_PER_MS = 1000000;
439 return getFrameTimeNanos() / NANOS_PER_MS;
480 mLastFrameTimeNanos / NANOS_PER_MS + sFrameDelay, now);
729 mHandler.sendMessageAtTime(msg, timestampNanos / NANOS_PER_MS);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 25 private static final long NANOS_PER_MS = 1000000;
201 NOMINAL_VSYNC_PERIOD * 3 * NANOS_PER_MS);
203 NOMINAL_VSYNC_PERIOD * 3 * NANOS_PER_MS);
205 - addedFrameCallback1.frameTimeNanos), NOMINAL_VSYNC_PERIOD * NANOS_PER_MS);
216 NOMINAL_VSYNC_PERIOD * 3 * NANOS_PER_MS);
248 (NOMINAL_VSYNC_PERIOD * 3 + DELAY_PERIOD) * NANOS_PER_MS);
  /frameworks/base/libs/androidfw/
InputTransport.cpp 43 static const nsecs_t NANOS_PER_MS = 1000000;
47 static const nsecs_t RESAMPLE_LATENCY = 5 * NANOS_PER_MS;
50 static const nsecs_t RESAMPLE_MIN_DELTA = 2 * NANOS_PER_MS;
54 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS;
    [all...]
VelocityTracker.cpp 39 static const nsecs_t NANOS_PER_MS = 1000000;
45 static const nsecs_t ASSUME_POINTER_STOPPED_TIME = 40 * NANOS_PER_MS;
756 const nsecs_t MIN_TIME_DELTA = 2 * NANOS_PER_MS;
    [all...]

Completed in 474 milliseconds