Home
last modified time | relevance | path

Searched refs:Choreographer (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java65 Choreographer mChoreo = new Choreographer();
352 private class Choreographer implements Animator.AnimatorListener { class in NotificationPanel
364 Choreographer() { in Choreographer() method in NotificationPanel.Choreographer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DChoreographer.java28 /* package */ class Choreographer implements Animator.AnimatorListener { class
48 public Choreographer(View root, View scrim, View content, in Choreographer() method in Choreographer
DRecentsPanelView.java73 private Choreographer mChoreo;
350 mChoreo = new Choreographer(this, mRecentsScrim, mRecentsGlowView, mRecentsNoApps, this); in onFinishInflate()