Home
last modified time | relevance | path

Searched refs:mChoreo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsPanelView.java73 private Choreographer mChoreo; field in RecentsPanelView
214 mChoreo.startAnimation(show); in show()
219 mChoreo.jumpTo(show); in show()
282 mChoreo.setPanelHeight(mRecentsContainer.getHeight()); in onLayout()
350 mChoreo = new Choreographer(this, mRecentsScrim, mRecentsGlowView, mRecentsNoApps, this); in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java65 Choreographer mChoreo = new Choreographer(); field in NotificationPanel
131 mChoreo.startAnimation(show); in show()
149 mChoreo.startAnimation(true);