Home
last modified time | relevance | path

Searched refs:RemovePixelMapAnimation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_extend_test_ng.cpp366 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 Doverlay_manager.h354 … void RemovePixelMapAnimation(bool startDrag, double x, double y, bool isSubwindowOverlay = false);
H A Doverlay_manager.cpp1824 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 Dsubwindow_ohos.cpp1781 manager->RemovePixelMapAnimation(startDrag, x, y, true); in HidePixelMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp1525 manager->RemovePixelMapAnimation(startDrag, x, y); in HidePixelMap()