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

  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 44 private static final long NANOS_PER_MS = 1000000;
214 NOMINAL_VSYNC_PERIOD * 10 * NANOS_PER_MS);
216 NOMINAL_VSYNC_PERIOD * 10 * NANOS_PER_MS);
219 NOMINAL_VSYNC_PERIOD * NANOS_PER_MS);
230 NOMINAL_VSYNC_PERIOD * 10 * NANOS_PER_MS);
264 (NOMINAL_VSYNC_PERIOD * 10 + DELAY_PERIOD) * NANOS_PER_MS);
  /frameworks/base/core/java/android/util/
TimeUtils.java 187 public static final long NANOS_PER_MS = 1000000;
  /frameworks/support/core-utils/java/android/support/v4/app/
FrameMetricsAggregator.java 334 private static final int NANOS_PER_MS = 1000000;
336 private static final int NANOS_ROUNDING_VALUE = NANOS_PER_MS / 2;
399 int durationMs = (int) ((duration + NANOS_ROUNDING_VALUE) / NANOS_PER_MS);
  /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_DELTA = 20 * NANOS_PER_MS;
59 static const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS;
    [all...]
VelocityTracker.cpp 39 static const nsecs_t NANOS_PER_MS = 1000000;
45 static const nsecs_t ASSUME_POINTER_STOPPED_TIME = 40 * NANOS_PER_MS;
757 const nsecs_t MIN_TIME_DELTA = 2 * NANOS_PER_MS;
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 252 protected static final long NANOS_PER_MS = 1000000;
260 500 * NANOS_PER_MS;
366 private static final long PROPOSAL_SETTLE_TIME_NANOS = 40 * NANOS_PER_MS;
371 private static final long PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS = 500 * NANOS_PER_MS;
376 private static final long PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS = 300 * NANOS_PER_MS;
381 500 * NANOS_PER_MS;
387 private static final long FLAT_TIME_NANOS = 1000 * NANOS_PER_MS;
393 private static final long SWING_TIME_NANOS = 300 * NANOS_PER_MS;
400 private static final long MAX_FILTER_DELTA_TIME_NANOS = 1000 * NANOS_PER_MS;
    [all...]
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/lib/
robolectric-utils-3.1.1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 955 milliseconds