Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java757 if (actualChange) mExecutor.execute(mUpdateAnimators); in onLayoutChange()
764 mExecutor.execute(mUpdateAnimators); in onTilesChanged()
780 private final Runnable mUpdateAnimators = () -> { field in QSAnimator