Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java122 private HeightExpansionAnimator mQQSTileHeightAnimator;
126 private HeightExpansionAnimator mOtherFirstPageTilesHeightAnimator;
129 private final SparseArray<Pair<HeightExpansionAnimator, TouchAnimator>>
224 Pair<HeightExpansionAnimator, TouchAnimator> pair = createSecondaryPageAnimators(page); in addNonFirstPageAnimators()
340 mQQSTileHeightAnimator = new HeightExpansionAnimator(this, in updateAnimators()
411 new HeightExpansionAnimator( in updateAnimators()
474 private Pair<HeightExpansionAnimator, TouchAnimator> createSecondaryPageAnimators(int page) { in createSecondaryPageAnimators()
476 HeightExpansionAnimator animator = null; in createSecondaryPageAnimators()
537 animator = new HeightExpansionAnimator( in createSecondaryPageAnimators()
785 private static class HeightExpansionAnimator { class in QSAnimator
[all …]