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.java139 private boolean mCancelCurrentBoundsAnimation = false; field in TaskStack
463 mCancelCurrentBoundsAnimation = true; in updateBoundsAfterConfigChange()
1611 if (mCancelCurrentBoundsAnimation) { in setPinnedStackSize()
1638 mCancelCurrentBoundsAnimation = false; in onAnimationStart()
1768 if (mBoundsAnimating && mCancelCurrentBoundsAnimation) { in pinnedStackResizeDisallowed()