Searched refs:mHeightAnimator (Results 1 – 1 of 1) sorted by relevance
107 private ValueAnimator mHeightAnimator; field in PanelView175 if (mHeightAnimator != null) { in runPeekAnimation()323 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()325 mTouchSlopExceeded = (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()567 mAnimatingOnDown = mHeightAnimator != null; in onInterceptTouchEvent()633 if (mHeightAnimator != null) { in cancelHeightAnimator()634 if (mHeightAnimator.isRunning()) { in cancelHeightAnimator()637 mHeightAnimator.cancel(); in cancelHeightAnimator()849 if (mHeightAnimator != null) { in requestPanelHeightUpdate()864 if (mHeightAnimator == null) { in setExpandedHeightInternal()[all …]