Home
last modified time | relevance | path

Searched defs:shouldAnimate (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt108 val shouldAnimate = wasAnimating && abs(newValue - lastValue) > 0.5f regex
177 val shouldAnimate = wasAnimating && abs(newValue - lastValue) > 0.5f regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java168 private boolean shouldAnimate(ImageView iv) { in shouldAnimate() method in QSIconViewImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaViewController.kt532 val shouldAnimate = animateNextStateChange && !applyImmediately regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlViewHolder.kt292 var shouldAnimate = animated regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java490 private boolean shouldAnimate() { in shouldAnimate() method in AutoScrollHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java481 private void onStackYChanged(boolean shouldAnimate) { in onStackYChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java3006 boolean shouldAnimate() { in shouldAnimate() method in Task
H A DActivityRecord.java7521 boolean shouldAnimate() { in shouldAnimate() method in ActivityRecord