Searched refs:Plog (Results 1 – 2 of 2) sorted by relevance
33 public abstract class Plog { class43 public static Plog createSystemPlog(String tag) { in createSystemPlog()53 public Plog start(String title) { in start()67 public Plog logPoint(String name, float x, float y) { in logPoint()80 public Plog logCurve(String name, float[] xs, float[] ys) { in logCurve()118 public static class SystemPlog extends Plog {
36 import com.android.server.display.utils.Plog;68 private static final Plog PLOG = Plog.createSystemPlog(TAG);