Searched defs:timebase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java113 public void computeCurrentVelocity(long timebase) { argument
126 final float dt = (float) (event.t - last.t) / timebase;

Completed in 20 milliseconds