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.java135 private boolean mCancelCurrentBoundsAnimation = false; field in TaskStack
424 mCancelCurrentBoundsAnimation = true; in updateBoundsAfterConfigChange()
1479 if (mCancelCurrentBoundsAnimation) { in setPinnedStackSize()
1506 mCancelCurrentBoundsAnimation = false; in onAnimationStart()
1607 if (mBoundsAnimating && mCancelCurrentBoundsAnimation) { in pinnedStackResizeDisallowed()