Lines Matching defs:finalState

118             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) {
181 StackViewState viewState = finalState.getViewStateForView(child);
198 * @param finalState the final state after the animation
204 StackScrollState finalState, int i, long fixedDelay) {
229 delay = mCurrentAdditionalDelay + calculateChildAnimationDelay(viewState, finalState);
261 finalState.performSpeedBumpAnimation(i, (SpeedBumpView) child, viewState,
265 row.startChildAnimation(finalState, this, child == mChildExpandingView, delay,
316 StackScrollState finalState) {
329 int changingIndex = finalState
347 int nextIndex = finalState
814 * @param finalState the final state to animate to
818 StackScrollState finalState) {
825 StackViewState viewState = finalState
833 finalState.removeViewStateForView(changingView);
836 finalState.applyState(changingView, viewState);
848 StackViewState viewState = finalState
878 row.prepareExpansionChanged(finalState);
883 StackViewState viewState = finalState.getViewStateForView(changingView);
891 finalState.applyState(changingView, mTmpState);