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