Home
last modified time | relevance | path

Searched refs:HidePixelMap (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp347 HidePixelMap(true, info.GetGlobalLocation().GetX(), info.GetGlobalLocation().GetY()); in OnCollectTouchTarget()
418 actuator->HidePixelMap(); in OnCollectTouchTarget()
481 actuator->HidePixelMap(); in OnCollectTouchTarget()
488 actuator->HidePixelMap(); in OnCollectTouchTarget()
689 actuator->HidePixelMap(true, 0, 0, false); in OnCollectTouchTarget()
1452 void DragEventActuator::HidePixelMap(bool startDrag, double x, double y, bool showAnimation) in HidePixelMap() function in OHOS::Ace::NG::DragEventActuator
1495 actuator->HidePixelMap(); in BindClickEvent()
H A Ddrag_event.h157 void HidePixelMap(bool startDrag = false, double x = 0, double y = 0, bool showAnimation = true);
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp483 HidePixelMap(); in HidePopupNG()
795 HidePixelMap(startDrag, 0, 0, false); in HideMenuNG()
816 HidePixelMap(false, 0, 0, false); in HideMenuNG()
892 HidePixelMap(false, 0, 0, false); in ClearMenuNG()
1806 void SubwindowOhos::HidePixelMap(bool startDrag, double x, double y, bool showAnimation) in HidePixelMap() function in SubwindowOhos
H A Dsubwindow_ohos.h200 void HidePixelMap(bool startDrag = false, double x = 0, double y = 0, bool showAnimation = true);
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp326 * @tc.desc: Test HidePixelMap function.
346 * @tc.steps: step2. Invoke HidePixelMap. in HWTEST_F()
352 dragEventActuator->HidePixelMap(true, 0, 0, false); in HWTEST_F()
378 * @tc.steps: step2. Invoke HidePixelMap. in HWTEST_F()

Completed in 13 milliseconds