Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DDetailAdapter.java78 default boolean shouldAnimate() { in shouldAnimate() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java325 public boolean shouldAnimate() { in shouldAnimate() method in KeyguardQsUserSwitchController.KeyguardUserDetailAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaViewController.kt400 val shouldAnimate = animateNextStateChange && !applyImmediately in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java148 private boolean shouldAnimate(ImageView iv) { in shouldAnimate() method in QSIconViewImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt287 var shouldAnimate = animated in applyRenderInfo() variable
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java490 private boolean shouldAnimate() { in shouldAnimate() method in AutoScrollHelper
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java3665 boolean shouldAnimate() { in shouldAnimate() method in Task
DActivityRecord.java6569 boolean shouldAnimate() { in shouldAnimate() method in ActivityRecord
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java2251 private void onStackYChanged(boolean shouldAnimate) { in onStackYChanged()