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.java98 protected boolean mHintAnimationRunning; field in PanelView
323 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
325 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
574 if (mAnimatingOnDown && mClosing && !mHintAnimationRunning in onInterceptTouchEvent()
1078 mHintAnimationRunning = false; in startUnlockHintAnimation()
1081 mHintAnimationRunning = true; in startUnlockHintAnimation()
1093 return mHintAnimationRunning; in isUnlockHintRunning()
1202 if (mHintAnimationRunning) { in onEmptySpaceClick()
DNotificationPanelView.java1256 if ((!mIsExpanding || mHintAnimationRunning) in onTouchEvent()
2204 if (mBarState == StatusBarState.KEYGUARD && !mHintAnimationRunning in updateNotificationTranslucency()
2454 if (!mHintAnimationRunning) { in onTrackingStopped()
2635 if (mHintAnimationRunning) { in onIconClicked()
2638 mHintAnimationRunning = true; in onIconClicked()
2642 mHintAnimationRunning = false; in onIconClicked()