Searched refs:RemovePixelMapAnimation (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_extend_test_ng.cpp | 366 overlayManager->RemovePixelMapAnimation(true, REMOVE_ANIMATION_X, REMOVE_ANIMATION_Y); 371 overlayManager->RemovePixelMapAnimation(false, REMOVE_ANIMATION_X, REMOVE_ANIMATION_Y); 373 overlayManager->RemovePixelMapAnimation(true, REMOVE_ANIMATION_X, REMOVE_ANIMATION_Y); 377 overlayManager->RemovePixelMapAnimation(false, REMOVE_ANIMATION_X, REMOVE_ANIMATION_Y); 387 overlayManager->RemovePixelMapAnimation(true, REMOVE_ANIMATION_X, REMOVE_ANIMATION_Y); 388 overlayManager->RemovePixelMapAnimation(true, REMOVE_ANIMATION_X, REMOVE_ANIMATION_Y, true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.h | 354 … void RemovePixelMapAnimation(bool startDrag, double x, double y, bool isSubwindowOverlay = false);
|
H A D | overlay_manager.cpp | 1824 RemovePixelMapAnimation(false, 0, 0); in HidePopup() 2164 RemovePixelMapAnimation(false, 0, 0); in HideMenu() 5589 void OverlayManager::RemovePixelMapAnimation(bool startDrag, double x, double y, bool isSubwindowOv… in RemovePixelMapAnimation() function in OHOS::Ace::NG::OverlayManager
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 1781 manager->RemovePixelMapAnimation(startDrag, x, y, true); in HidePixelMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.cpp | 1525 manager->RemovePixelMapAnimation(startDrag, x, y); in HidePixelMap()
|