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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java117 StackScrollState finalState, long additionalDelay) {
119 processAnimationEvents(mAnimationEvents, finalState);
125 mCurrentLastNotAddedIndex = findLastNotAddedIndex(finalState);
129 ExpandableViewState viewState = finalState.getViewStateForView(child);
131 || applyWithoutAnimation(child, viewState, finalState)) {
135 initAnimationProperties(finalState, child, viewState);
148 private void initAnimationProperties(StackScrollState finalState, ExpandableView child, argument
163 + calculateChildAnimationDelay(viewState, finalState);
184 StackScrollState finalState) {
204 private int findLastNotAddedIndex(StackScrollState finalState) { argument
115 startAnimationForEvents( ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, StackScrollState finalState, long additionalDelay) argument
183 applyWithoutAnimation(ExpandableView child, ExpandableViewState viewState, StackScrollState finalState) argument
220 calculateChildAnimationDelay(ExpandableViewState viewState, StackScrollState finalState) argument
342 processAnimationEvents( ArrayList<NotificationStackScrollLayout.AnimationEvent> animationEvents, StackScrollState finalState) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java598 public void startChildAnimation(StackScrollState finalState, AnimationProperties properties) { argument
600 mChildrenContainer.startAnimationToState(finalState, properties);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 45 milliseconds