Home
last modified time | relevance | path

Searched refs:SetTouchable (Results 1 - 25 of 92) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_element.cpp209 void PageTransitionElement::SetTouchable(bool enable) in SetTouchable() function in OHOS::Ace::PageTransitionElement
212 backgroundTransition_->SetTouchable(enable); in SetTouchable()
216 contentTransition_->SetTouchable(enable); in SetTouchable()
246 SetTouchable(false); in InitController()
257 transition->SetTouchable(true); in InitController()
H A Dpage_transition_element.h50 void SetTouchable(bool enable);
/foundation/arkui/ui_lite/test/uitest/test_render/
H A Dui_test_render.cpp94 view->SetTouchable(true); in UIKitRenderTestRender001()
101 view1->SetTouchable(true); in UIKitRenderTestRender001()
/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.h50 void SetTouchable(bool enable);
H A Dtransition_element.cpp203 void TransitionElement::SetTouchable(bool enable) in SetTouchable() function in OHOS::Ace::TransitionElement
210 tween->SetTouchable(enable); in SetTouchable()
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.cpp239 testView->SetTouchable(true); in UIKitPointerInputTestDispatchInVisibleEvent001()
250 testView1->SetTouchable(true); in UIKitPointerInputTestDispatchInVisibleEvent001()
277 testView->SetTouchable(touchable); in InnerTest()
315 testView->SetTouchable(touchable); in InnerBubbleTest()
/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Drender_stage.cpp239 transitionIn->SetTouchable(true); in HandleDragEnd()
240 transitionOut->SetTouchable(false); in HandleDragEnd()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.cpp236 videoSlider->SetTouchable(true); in RegisterVideoEventListener()
245 videoPlayImage->SetTouchable(true); in RegisterVideoEventListener()
253 videoMutedImage->SetTouchable(true); in RegisterVideoEventListener()
H A Dslider_component.cpp79 sliderView_.SetTouchable(true); in RegisterPrivateEventListener()
H A Dcomponent.cpp1189 view.SetTouchable(true); in SetClickEventListener()
1202 view.SetTouchable(true); in SetTouchCancelEventListener()
1231 view.SetTouchable(true); in SetLongPressEventListener()
1246 view.SetTouchable(true); in SetSwipeEventListener()
1264 view.SetTouchable(true); in SetTouchStartEventListener()
1281 view.SetTouchable(true); in SetTouchMoveEventListener()
1298 view.SetTouchable(true); in SetTouchEndEventListener()
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.h59 void SetTouchable(bool enable);
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h90 void SetTouchable(bool isTouchable);
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h76 void SetTouchable(bool isTouchable);
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp56 void WindowOption::SetTouchable(bool isTouchable) in SetTouchable() function in OHOS::Rosen::WindowOption
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp336 * @tc.desc: Verify SetTouchable function, equal.
346 imageView_->SetTouchable(true); in HWTEST_F()
348 imageView_->SetTouchable(false); in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp113 label->SetTouchable(true); in CreateZIndexLabel()
255 group->SetTouchable(true); in SetupZIndexView()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp91 void WindowNode::SetTouchable(bool touchable) in SetTouchable() function in OHOS::Rosen::WindowNode
93 property_->SetTouchable(touchable); in SetTouchable()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.h58 void SetTouchable(bool enable);
/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp175 rootView_->SetTouchable(true); in TestApp()
208 testView->SetTouchable(touchable); in SetUpTestview()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h128 void SetTouchable(bool touchable) in SetTouchable() function in OHOS::Ace::UpdateRenderType::Component
/foundation/arkui/ui_lite/frameworks/components/
H A Dtext_adapter.cpp79 newView->SetTouchable(true); in GetView()
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp49 void WindowOption::SetTouchable(bool isTouchable) in SetTouchable() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h72 void SetTouchable(bool touchable);
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp460 window_->SetTouchable(true); in ShowPopupNG()
626 window_->SetTouchable(true); in HideWindow()
699 window_->SetTouchable(false); in ShowPreviewNG()
744 window_->SetTouchable(true); in ShowMenuNG()
762 window_->SetTouchable(true); in ShowMenuNG()
1026 window_->SetTouchable(true); in ShowDialogNG()
1059 window_->SetTouchable(true); in ShowDialogNGWithNode()
1106 window_->SetTouchable(true); in OpenCustomDialogNG()
1368 window_->SetTouchable(false); in ShowToastForAbility()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h52 void SetTouchable(bool isTouchable);

Completed in 19 milliseconds

1234