Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java93 protected boolean mHintAnimationRunning; field in PanelView
318 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
320 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
574 if (mAnimatingOnDown && mClosing && !mHintAnimationRunning in onInterceptTouchEvent()
1084 mHintAnimationRunning = false; in startUnlockHintAnimation()
1087 mHintAnimationRunning = true; in startUnlockHintAnimation()
1099 return mHintAnimationRunning; in isUnlockHintRunning()
1210 if (mHintAnimationRunning) { in onEmptySpaceClick()
DNotificationPanelView.java871 if ((!mIsExpanding || mHintAnimationRunning) in onTouchEvent()
1899 if (!mHintAnimationRunning) { in onTrackingStopped()
2101 if (mHintAnimationRunning) { in onIconClicked()
2104 mHintAnimationRunning = true; in onIconClicked()
2108 mHintAnimationRunning = false; in onIconClicked()