Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java77 private ValueAnimator mHeightAnimator; field in PanelView
144 if (mHeightAnimator != null) { in runPeekAnimation()
255 if (!waitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) || in onTouchEvent()
259 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
418 if (mHeightAnimator != null && !mHintAnimationRunning || in onInterceptTouchEvent()
478 if (mHeightAnimator != null) { in cancelHeightAnimator()
479 mHeightAnimator.cancel(); in cancelHeightAnimator()
589 mHeightAnimator = null; in fling()
595 mHeightAnimator = animator; in fling()
631 && mHeightAnimator == null in requestPanelHeightUpdate()
[all …]