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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java85 private ValueAnimator mHeightAnimator; field in class:PanelView
157 if (mHeightAnimator != null) {
267 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) ||
271 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning)
469 mAnimatingOnDown = mHeightAnimator != null;
539 if (mHeightAnimator != null) {
540 mHeightAnimator.cancel();
683 mHeightAnimator = null;
690 mHeightAnimator = animator;
727 && mHeightAnimator
[all...]

Completed in 42 milliseconds