Searched refs:startViewAnimations (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java372 stateAnimator.startViewAnimations(divider, dividerState, delay, duration);
381 stateAnimator.startViewAnimations(mCollapseButton, dividerState, baseDelay, duration);
385 stateAnimator.startViewAnimations(mCollapseDivider, dividerState, baseDelay, duration);
H A DStackStateAnimator.java232 startViewAnimations(child, viewState, delay, duration);
278 public void startViewAnimations(View child, ViewState viewState, long delay, long duration) { method in class:StackStateAnimator
903 startViewAnimations(changingView, mTmpState, 0,

Completed in 53 milliseconds