Searched refs:mHeightAnimator (Results 1 – 1 of 1) sorted by relevance
581 private ValueAnimator mHeightAnimator; field in NotificationPanelViewController2069 if (mHeightAnimator != null) { in cancelHeightAnimator()2070 if (mHeightAnimator.isRunning()) { in cancelHeightAnimator()2073 mHeightAnimator.cancel(); in cancelHeightAnimator()3993 if (mHeightAnimator != null && !mIsSpringBackAnimation) {4012 if (mHeightAnimator == null && !MigrateClocksToBlueprint.isEnabled()) {4029 if (mHeightAnimator != null) {4030 mHeightAnimator.end();4149 mHeightAnimator = animator;4158 return mHeightAnimator != null && !mIsSpringBackAnimation;[all …]