Searched refs:mHeightAnimator (Results 1 – 1 of 1) sorted by relevance
139 private ValueAnimator mHeightAnimator; field in PanelViewController477 if (mHeightAnimator != null) { in cancelHeightAnimator()478 if (mHeightAnimator.isRunning()) { in cancelHeightAnimator()481 mHeightAnimator.cancel(); in cancelHeightAnimator()752 if (mHeightAnimator == null) { in setExpandedHeightInternal()766 if (mHeightAnimator != null) { in setExpandedHeightInternal()767 mHeightAnimator.end(); in setExpandedHeightInternal()1008 mHeightAnimator = animator; in setAnimator()1089 || mHeightAnimator != null in isExpanded()1117 ((mHeightAnimator != null && mHeightAnimator.isStarted()) ? " (started)" : ""), in dump()[all …]