Searched refs:mTmpState (Results 1 – 3 of 3) sorted by relevance
69 private final ExpandableViewState mTmpState = new ExpandableViewState(); field in StackStateAnimator412 mTmpState.copyFrom(viewState); in processAnimationEvents()414 mTmpState.yTranslation = mHeadsUpAppearHeightBottom; in processAnimationEvents()416 mTmpState.yTranslation = 0; in processAnimationEvents()421 mTmpState.applyToView(changingView); in processAnimationEvents()438 mTmpState.initFrom(changingView); in processAnimationEvents()439 mTmpState.yTranslation = 0; in processAnimationEvents()445 mTmpState.animateTo(changingView, mAnimationProperties); in processAnimationEvents()
96 private final InsetsState mTmpState = new InsetsState(); field in InsetsController166 mTmpState.set(state, true /* copySources */); in onStateChanged()169 if (!mState.equals(mTmpState)) { in onStateChanged()
100 private TState mTmpState = newTileState(); field in QSTileImpl298 handleUpdateState(mTmpState, arg); in handleRefreshState()299 final boolean changed = mTmpState.copyTo(mState); in handleRefreshState()