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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java72 Choreographer mChoreo = new Choreographer();
334 private class Choreographer implements Animator.AnimatorListener { class in class:NotificationPanel
346 Choreographer() { method in class:NotificationPanel.Choreographer
/frameworks/base/core/java/android/view/
H A DChoreographer.java60 * {@link Choreographer#postFrameCallback}.</li>
69 public final class Choreographer { class
70 private static final String TAG = "Choreographer";
87 private static final ThreadLocal<Choreographer> sThreadInstance =
88 new ThreadLocal<Choreographer>() {
90 protected Choreographer initialValue() {
95 return new Choreographer(looper);
163 private Choreographer(Looper looper) { method in class:Choreographer
190 public static Choreographer getInstance() {
530 doCallbacks(Choreographer
[all...]

Completed in 55 milliseconds