Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DCustomizeTileView.java49 protected boolean animationsEnabled() { in animationsEnabled() method in CustomizeTileView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java198 boolean allowAnimations = animationsEnabled(); in handleStateChanged()
231 protected boolean animationsEnabled() { in animationsEnabled() method in QSTileBaseView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3259 public void setAnimationsEnabled(boolean animationsEnabled) {
3260 mAnimationsEnabled = animationsEnabled;
3262 if (!animationsEnabled) {