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

/frameworks/base/core/java/android/view/
H A DChoreographer.java63 * {@link Choreographer#postFrameCallback}.</li>
72 public final class Choreographer { class
73 private static final String TAG = "Choreographer";
90 private static final ThreadLocal<Choreographer> sThreadInstance =
91 new ThreadLocal<Choreographer>() {
93 protected Choreographer initialValue() {
98 return new Choreographer(looper);
164 private Choreographer(Looper looper) { method in class:Choreographer
191 public static Choreographer getInstance() {
270 writer.print(prefix); writer.println("Choreographer
[all...]

Completed in 259 milliseconds