Searched defs:stepSize (Results 1 – 2 of 2) sorted by relevance
86 public void start(long duration, long stepSize) { in start()97 public void start(long duration, long stepSize, TimerExpiredCallback callback) { in start()
274 float stepSize = 360.0f/mZCovered.getNSteps(); in onDraw() local