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

  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 328 double monotonic_time_sec = InSecondsF(time); local
330 fling_parameters_.startTime = monotonic_time_sec;
335 if (fling_curve_->apply(monotonic_time_sec - fling_parameters_.startTime,

Completed in 30 milliseconds