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

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java209 private static final long NANOS_PER_MS = 1000000; field in class:WindowOrientationListener.SensorEventListenerImpl
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;
H A DChoreographer.java112 private static final long NANOS_PER_MS = 1000000; field in class:Choreographer
439 return getFrameTimeNanos() / NANOS_PER_MS;
480 mLastFrameTimeNanos / NANOS_PER_MS + sFrameDelay, now);
729 mHandler.sendMessageAtTime(msg, timestampNanos / NANOS_PER_MS);
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp43 static const nsecs_t NANOS_PER_MS = 1000000; member in namespace:android
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;
H A DVelocityTracker.cpp39 static const nsecs_t NANOS_PER_MS = 1000000; member in namespace:android
45 static const nsecs_t ASSUME_POINTER_STOPPED_TIME = 40 * NANOS_PER_MS;
756 const nsecs_t MIN_TIME_DELTA = 2 * NANOS_PER_MS;

Completed in 88 milliseconds