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.java93 private ValueAnimator mHeightAnimator; field in PanelView
157 if (mHeightAnimator != null) { in runPeekAnimation()
304 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
306 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
540 mAnimatingOnDown = mHeightAnimator != null; in onInterceptTouchEvent()
613 if (mHeightAnimator != null) { in cancelHeightAnimator()
614 if (mHeightAnimator.isRunning()) { in cancelHeightAnimator()
617 mHeightAnimator.cancel(); in cancelHeightAnimator()
829 if (mHeightAnimator != null) { in requestPanelHeightUpdate()
844 if (mHeightAnimator == null) { in setExpandedHeightInternal()
[all …]