Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java626 mExecutor.execute(mUpdateAnimators); in onLayoutChange()
633 mExecutor.execute(mUpdateAnimators); in onTilesChanged()
649 private final Runnable mUpdateAnimators = () -> { field in QSAnimator