Home
last modified time | relevance | path

Searched defs:showAnimation (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DBackgroundImageView.java89 public void setBackgroundImage(@Nullable Bitmap bitmap, boolean showAnimation) { in setBackgroundImage()
103 public void setBackgroundDrawable(@Nullable Drawable drawable, boolean showAnimation) { in setBackgroundDrawable()
107 private void updateBlur(@Nullable Drawable drawable, boolean showAnimation) { in updateBlur()
H A DCrossfadeImageView.java90 public void setImageBitmap(Bitmap bitmap, boolean showAnimation) { in setImageBitmap()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsAnimations.kt55 var showAnimation = intent.getBooleanExtra(ControlsUiController.EXTRA_ANIMATE, false) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventCoordinator.kt125 val showAnimation = isChipAnimationEnabled() && regex