HomeSort by relevance Sort by last modified time
    Searched full:delta_millis (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
JobStoreTest.java 182 * We define a <code>DELTA_MILLIS</code> as a function variable here to make this comparision
186 final long DELTA_MILLIS = 700L; // We allow up to 700ms of latency for IO read/writes.
187 assertTrue(error, Math.abs(ts1 - ts2) < DELTA_MILLIS + IO_WAIT);
  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 642 float delta_millis = local
645 if (delta_millis < 0)
647 if (delta_millis < 10)
648 return 0.5f + delta_millis * 0.05;

Completed in 298 milliseconds