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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java57 private final ExpandableViewState mTmpState = new ExpandableViewState(); field in class:StackStateAnimator
423 mTmpState.copyFrom(viewState);
425 mTmpState.yTranslation = mHeadsUpAppearHeightBottom;
427 mTmpState.yTranslation = -mTmpState.height;
430 mTmpState.applyToView(changingView);
439 mTmpState.initFrom(changingView);
440 mTmpState.yTranslation = -changingView.getActualHeight();
450 mTmpState.animateTo(changingView, mAnimationProperties);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java79 private TState mTmpState = newTileState(); field in class:QSTileImpl
282 mTmpState = newTileState();
287 handleUpdateState(mTmpState, arg);
288 final boolean changed = mTmpState.copyTo(mState);

Completed in 311 milliseconds