Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java224 Pair<HeightExpansionAnimator, TouchAnimator> pair = createSecondaryPageAnimators(page); in addNonFirstPageAnimators()
474 private Pair<HeightExpansionAnimator, TouchAnimator> createSecondaryPageAnimators(int page) { in createSecondaryPageAnimators() method in QSAnimator