Searched defs:stepSize (Results 1 – 4 of 4) 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()
156 double zoomStart, double zoomEnd, double stepSize, long stepDuration) { in PreviewDynamicZoomAction()
300 float stepSize = 360.0f/mZCovered.getNSteps(); in onDraw() local
682 final int stepSize = blurRadius / 4; in assertBlur() local