/foundation/windowmanager/interfaces/kits/napi/window_runtime/api/ |
D | @ohos.window.d.ts | 448 touchable: boolean property 859 setOutsideTouchable(touchable: boolean): Promise<void>; 867 setOutsideTouchable(touchable: boolean, callback: AsyncCallback<void>): void;
|
/foundation/ace/ace_engine/frameworks/core/pipeline/base/ |
D | component.h | 126 void SetTouchable(bool touchable) in SetTouchable() argument 128 touchable_ = touchable; in SetTouchable()
|
/foundation/windowmanager/wmserver/src/ |
D | window_node.cpp | 110 void WindowNode::SetTouchable(bool touchable) in SetTouchable() argument 112 property_->SetTouchable(touchable); in SetTouchable()
|
/foundation/ace/ace_engine/frameworks/core/components/declaration/common/ |
D | attribute.h | 72 bool touchable = true; member
|
D | declaration.cpp | 636 touchableAttr.touchable = StringToBool(value); in SetAttr()
|
/foundation/graphic/ui/test/uitest/test_input_event/ |
D | ui_test_input_event.h | 263 void InnerTest(const char* title, bool touchable, bool draggable, bool dragParent); 264 …void InnerBubbleTest(const char* title, bool touchable, bool draggable, bool hasListener, bool isB…
|
D | ui_test_input_event.cpp | 433 void UITestInputEvent::InnerTest(const char* title, bool touchable, bool draggable, bool dragParent) in InnerTest() argument 447 testView->SetTouchable(touchable); in InnerTest() 460 bool touchable, in InnerBubbleTest() argument 485 testView->SetTouchable(touchable); in InnerBubbleTest()
|
/foundation/graphic/ui/test/unittest/events/ |
D | event_bubble_unit_test.cpp | 89 static void SetUpTestview(TestEventBubbleView* testView, bool touchable, bool draggable); 204 void EventBubbleTest::SetUpTestview(TestEventBubbleView* testView, bool touchable, bool draggable) in SetUpTestview() argument 208 testView->SetTouchable(touchable); in SetUpTestview()
|
/foundation/graphic/ui/test/uitest/test_event_injector/ |
D | ui_test_event_injector.h | 78 void InnerTest(const char* title, bool touchable, bool draggable, bool dragParent,
|
D | ui_test_event_injector.cpp | 280 bool touchable, in InnerTest() argument 300 testView->SetTouchable(touchable); in InnerTest()
|
/foundation/graphic/ui/test/unittest/dfx/ |
D | event_injector_unit_test.cpp | 90 static void SetUpTestview(TestEventInjectorView* testView, bool touchable, bool draggable); 177 void EventInjectorTest::SetUpTestview(TestEventInjectorView* testView, bool touchable, bool draggab… in SetUpTestview() argument 181 testView->SetTouchable(touchable); in SetUpTestview()
|
/foundation/windowmanager/wmserver/include/ |
D | window_node.h | 55 void SetTouchable(bool touchable);
|
/foundation/ace/ace_engine/frameworks/bridge/common/dom/ |
D | dom_node.cpp | 1785 if (touchableAttr.IsValid() && !touchableAttr.touchable) { in UpdateTouchEventComponent() 1789 touchEventComponent_->SetTouchable(touchableAttr.touchable); in UpdateTouchEventComponent() 2057 bool touchable = true; in CompositeSpecializedComponent() local 2062 touchable = touchableAttr.touchable; in CompositeSpecializedComponent() 2065 specializedComponent->SetTouchable(touchable); in CompositeSpecializedComponent()
|
/foundation/graphic/ui/test/uitest/test_button/ |
D | ui_test_button.cpp | 473 …stBtnOnClickTouchableListener(UIView* uiView, bool touchable) : uiView_(uiView), touchable_(toucha… in TestBtnOnClickTouchableListener() argument
|
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/transition/ |
D | transition_element_test.cpp | 839 static void CheckTouchable(bool touchable, const TransitionGroup& transition) in CheckTouchable() argument 841 EXPECT_EQ(touchable, transition.transformRenderContent_.Upgrade()->GetTouchable()); in CheckTouchable() 842 EXPECT_EQ(touchable, transition.transformRenderBackground_.Upgrade()->GetTouchable()); in CheckTouchable()
|
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/ |
D | js_window.cpp | 1241 bool touchable = true; in OnSetTouchable() local 1248 touchable = static_cast<bool>(*nativeVal); in OnSetTouchable() 1258 WMError ret = windowToken_->SetTouchable(touchable); in OnSetTouchable()
|