Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java100 private HeightExpansionAnimator mQQSTileHeightAnimator;
101 private HeightExpansionAnimator mOtherTilesExpandAnimator;
318 mQQSTileHeightAnimator = new HeightExpansionAnimator(this, in updateAnimators()
382 new HeightExpansionAnimator( in updateAnimators()
661 private static class HeightExpansionAnimator { class in QSAnimator
693 HeightExpansionAnimator(TouchAnimator.Listener listener, int startHeight, int endHeight) { in HeightExpansionAnimator() method in QSAnimator.HeightExpansionAnimator