Searched defs:NANOS_PER_MS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTimeUtils.java249 public static final long NANOS_PER_MS = 1000000; field in class:TimeUtils
/frameworks/native/libs/input/
H A DVelocityTracker.cpp38 static const nsecs_t NANOS_PER_MS = 1000000; member in namespace:android
44 static const nsecs_t ASSUME_POINTER_STOPPED_TIME = 40 * NANOS_PER_MS;
755 const nsecs_t MIN_TIME_DELTA = 2 * NANOS_PER_MS;
H A DInputTransport.cpp45 static const nsecs_t NANOS_PER_MS = 1000000; member in namespace:android
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_DELTA = 20 * NANOS_PER_MS;
60 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS;
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java245 protected static final long NANOS_PER_MS = 1000000; field in class:WindowOrientationListener.OrientationJudge
253 500 * NANOS_PER_MS;
356 private static final long PROPOSAL_SETTLE_TIME_NANOS = 40 * NANOS_PER_MS;
361 private static final long PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS = 500 * NANOS_PER_MS;
366 private static final long PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS = 300 * NANOS_PER_MS;
371 500 * NANOS_PER_MS;
377 private static final long FLAT_TIME_NANOS = 1000 * NANOS_PER_MS;
383 private static final long SWING_TIME_NANOS = 300 * NANOS_PER_MS;
390 private static final long MAX_FILTER_DELTA_TIME_NANOS = 1000 * NANOS_PER_MS;

Completed in 335 milliseconds