Home
last modified time | relevance | path

Searched refs:mCancelCurrentBoundsAnimation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java145 private boolean mCancelCurrentBoundsAnimation = false; field in TaskStack
412 mCancelCurrentBoundsAnimation = true; in calculatePinnedBoundsForConfigChange()
1563 if (mCancelCurrentBoundsAnimation) { in setPinnedStackSize()
1646 if (finalStackSize != null && !mCancelCurrentBoundsAnimation) { in onAnimationEnd()
1754 mCancelCurrentBoundsAnimation = false; in animateResizePinnedStack()
1885 if (mBoundsAnimating && mCancelCurrentBoundsAnimation) { in pinnedStackResizeDisallowed()
1944 getPendingTransaction().setAlpha(sc, mCancelCurrentBoundsAnimation ? 1 : alpha); in setPinnedStackAlpha()
1946 return !mCancelCurrentBoundsAnimation; in setPinnedStackAlpha()