Home
last modified time | relevance | path

Searched refs:mHeightAnimator (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java581 private ValueAnimator mHeightAnimator; field in NotificationPanelViewController
2069 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 …]