Searched refs:mHeightAnimator (Results 1 – 1 of 1) sorted by relevance
93 private ValueAnimator mHeightAnimator; field in PanelView157 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 …]