Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java72 private boolean mEndAnimationCanceled = false; field in WindowMagnificationAnimationController
298 mEndAnimationCanceled = false; in onAnimationStart()
303 if (mEndAnimationCanceled || mController == null) { in onAnimationEnd()
325 mEndAnimationCanceled = true; in onAnimationCancel()