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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DRedrawer.java14 public class Redrawer implements Runnable { class in inherits:Runnable
16 private static final String TAG = Redrawer.class.getName();
29 public Redrawer(List<Plot> plots, float maxRefreshRate, boolean startImmediately) { method in class:Redrawer
38 public Redrawer(Plot plot, float maxRefreshRate, boolean startImmediately) { method in class:Redrawer
48 Log.d(TAG, "Redrawer paused.");
57 Log.d(TAG, "Redrawer started.");
98 Log.d(TAG, "Redrawer thread exited.");
103 * Set the maximum refresh rate that Redrawer should use. Actual
109 Log.d(TAG, "Set Redrawer refresh rate to " +

Completed in 75 milliseconds