Searched refs:mHeightAnimator (Results 1 – 1 of 1) sorted by relevance
102 private ValueAnimator mHeightAnimator; field in PanelView167 if (mHeightAnimator != null) { in runPeekAnimation()318 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()320 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()571 mAnimatingOnDown = mHeightAnimator != null; in onInterceptTouchEvent()644 if (mHeightAnimator != null) { in cancelHeightAnimator()645 if (mHeightAnimator.isRunning()) { in cancelHeightAnimator()648 mHeightAnimator.cancel(); in cancelHeightAnimator()863 if (mHeightAnimator != null) { in requestPanelHeightUpdate()878 if (mHeightAnimator == null) { in setExpandedHeightInternal()[all …]