Searched refs:HidePixelMap (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.cpp | 347 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 D | drag_event.h | 157 void HidePixelMap(bool startDrag = false, double x = 0, double y = 0, bool showAnimation = true);
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 483 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 D | subwindow_ohos.h | 200 void HidePixelMap(bool startDrag = false, double x = 0, double y = 0, bool showAnimation = true);
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng_property_config.cpp | 326 * @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