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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DWindowOrientationListener.java227 private static final long NANOS_PER_MS = 1000000; field in class:WindowOrientationListener.SensorEventListenerImpl
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;
/frameworks/base/core/java/android/view/
H A DChoreographer.java115 private static final long NANOS_PER_MS = 1000000; field in class:Choreographer
451 return getFrameTimeNanos() / NANOS_PER_MS;
492 mLastFrameTimeNanos / NANOS_PER_MS + sFrameDelay, now);
741 mHandler.sendMessageAtTime(msg, timestampNanos / NANOS_PER_MS);
/frameworks/native/libs/input/
H A DInputTransport.cpp44 static const nsecs_t NANOS_PER_MS = 1000000; member in namespace:android
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;
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;

Completed in 141 milliseconds