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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java84 private ValueAnimator mHeightAnimator; field in class:PanelView
157 if (mHeightAnimator != null) {
263 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) ||
267 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning)
464 mAnimatingOnDown = mHeightAnimator != null;
534 if (mHeightAnimator != null) {
535 mHeightAnimator.cancel();
675 mHeightAnimator = null;
682 mHeightAnimator = animator;
718 && mHeightAnimator
[all...]

Completed in 64 milliseconds