Searched refs:mHintAnimationRunning (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java75 protected boolean mHintAnimationRunning; field in class:PanelView
263 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) ||
267 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning)
465 if (mAnimatingOnDown && mClosing && !mHintAnimationRunning || mPeekPending || mPeekAnimator != null) {
928 mHintAnimationRunning = false;
932 mHintAnimationRunning = true;
1024 if (mHintAnimationRunning) {
H A DNotificationPanelView.java725 if ((!mIsExpanding || mHintAnimationRunning)
1856 if (!mHintAnimationRunning) {
2015 if (mHintAnimationRunning) {
2018 mHintAnimationRunning = true;
2022 mHintAnimationRunning = false;

Completed in 49 milliseconds