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

  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 25 private static final long NANOS_PER_MS = 1000000;
212 NOMINAL_VSYNC_PERIOD * 3 * NANOS_PER_MS);
214 NOMINAL_VSYNC_PERIOD * 3 * NANOS_PER_MS);
216 - addedFrameCallback1.frameTimeNanos), NOMINAL_VSYNC_PERIOD * NANOS_PER_MS);
227 NOMINAL_VSYNC_PERIOD * 3 * NANOS_PER_MS);
259 (NOMINAL_VSYNC_PERIOD * 3 + DELAY_PERIOD) * NANOS_PER_MS);
  /frameworks/base/core/java/android/util/
TimeUtils.java 246 public static final long NANOS_PER_MS = 1000000;
  /frameworks/native/libs/input/
InputTransport.cpp 45 static const nsecs_t NANOS_PER_MS = 1000000;
49 static const nsecs_t RESAMPLE_LATENCY = 5 * NANOS_PER_MS;
52 static const nsecs_t RESAMPLE_MIN_DELTA = 2 * NANOS_PER_MS;
56 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...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 245 private static final long NANOS_PER_MS = 1000000;
257 private static final long PROPOSAL_SETTLE_TIME_NANOS = 40 * NANOS_PER_MS;
262 private static final long PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS = 500 * NANOS_PER_MS;
267 private static final long PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS = 300 * NANOS_PER_MS;
272 500 * NANOS_PER_MS;
278 private static final long FLAT_TIME_NANOS = 1000 * NANOS_PER_MS;
284 private static final long SWING_TIME_NANOS = 300 * NANOS_PER_MS;
291 private static final long MAX_FILTER_DELTA_TIME_NANOS = 1000 * NANOS_PER_MS;
    [all...]

Completed in 238 milliseconds