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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DChoreographer.java32 /* package */ class Choreographer implements Animator.AnimatorListener { class in inherits:Animator.AnimatorListener
52 public Choreographer(RecentsPanelView root, View scrim, View content, method in class:Choreographer
/frameworks/base/core/java/android/view/
H A DChoreographer.java59 * {@link Choreographer#postFrameCallback}.</li>
68 public final class Choreographer { class
69 private static final String TAG = "Choreographer";
86 private static final ThreadLocal<Choreographer> sThreadInstance =
87 new ThreadLocal<Choreographer>() {
89 protected Choreographer initialValue() {
94 return new Choreographer(looper);
162 private Choreographer(Looper looper) { method in class:Choreographer
183 public static Choreographer getInstance() {
523 doCallbacks(Choreographer
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java72 Choreographer mChoreo = new Choreographer();
313 private class Choreographer implements Animator.AnimatorListener { class in class:NotificationPanel
325 Choreographer() { method in class:NotificationPanel.Choreographer

Completed in 425 milliseconds