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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java118 StackScrollState finalState, long additionalDelay) {
120 processAnimationEvents(mAnimationEvents, finalState);
126 mCurrentLastNotAddedIndex = findLastNotAddedIndex(finalState);
130 StackViewState viewState = finalState.getViewStateForView(child);
132 || applyWithoutAnimation(child, viewState, finalState)) {
137 startStackAnimations(child, viewState, finalState, i, -1 /* fixedDelay */);
156 StackScrollState finalState) {
172 finalState.applyState(child, viewState);
176 private int findLastNotAddedIndex(StackScrollState finalState) { argument
181 StackViewState viewState = finalState
116 startAnimationForEvents( ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, StackScrollState finalState, long additionalDelay) argument
155 applyWithoutAnimation(ExpandableView child, StackViewState viewState, StackScrollState finalState) argument
203 startStackAnimations(final ExpandableView child, StackViewState viewState, StackScrollState finalState, int i, long fixedDelay) argument
315 calculateChildAnimationDelay(StackViewState viewState, StackScrollState finalState) argument
816 processAnimationEvents( ArrayList<NotificationStackScrollLayout.AnimationEvent> animationEvents, StackScrollState finalState) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java256 public void startChildAnimation(StackScrollState finalState, argument
259 mChildrenContainer.startAnimationToState(finalState, stateAnimator, withDelays, delay,
/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 73 milliseconds