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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 227 private static final long NANOS_PER_MS = 1000000;
239 private static final long PROPOSAL_SETTLE_TIME_NANOS = 40 * NANOS_PER_MS;
244 private static final long PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS = 500 * NANOS_PER_MS;
249 private static final long PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS = 300 * NANOS_PER_MS;
254 500 * NANOS_PER_MS;
260 private static final long FLAT_TIME_NANOS = 1000 * NANOS_PER_MS;
266 private static final long SWING_TIME_NANOS = 300 * NANOS_PER_MS;
273 private static final long MAX_FILTER_DELTA_TIME_NANOS = 1000 * 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/core/java/android/view/
Choreographer.java 115 private static final long NANOS_PER_MS = 1000000;
451 return getFrameTimeNanos() / NANOS_PER_MS;
492 mLastFrameTimeNanos / NANOS_PER_MS + sFrameDelay, now);
741 mHandler.sendMessageAtTime(msg, timestampNanos / NANOS_PER_MS);
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 44 static const nsecs_t NANOS_PER_MS = 1000000;
48 static const nsecs_t RESAMPLE_LATENCY = 5 * NANOS_PER_MS;
51 static const nsecs_t RESAMPLE_MIN_DELTA = 2 * NANOS_PER_MS;
55 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS;
    [all...]
VelocityTracker.cpp 38 static const nsecs_t NANOS_PER_MS = 1000000;
44 static const nsecs_t ASSUME_POINTER_STOPPED_TIME = 40 * NANOS_PER_MS;
755 const nsecs_t MIN_TIME_DELTA = 2 * NANOS_PER_MS;
    [all...]

Completed in 121 milliseconds