Home
last modified time | relevance | path

Searched defs:showAnimation (Results 1 – 7 of 7) 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
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp860 void SubwindowOhos::ClearMenuNG(int32_t targetId, bool inWindow, bool showAnimation) in ClearMenuNG()
1767 void SubwindowOhos::HidePixelMap(bool startDrag, double x, double y, bool showAnimation) in HidePixelMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp363 …windowManager::ClearMenuNG(int32_t instanceId, int32_t targetId, bool inWindow, bool showAnimation) in ClearMenuNG()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp1509 void DragEventActuator::HidePixelMap(bool startDrag, double x, double y, bool showAnimation) in HidePixelMap()