Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java139 private ValueAnimator mHeightAnimator; field in PanelViewController
477 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 …]