Home
last modified time | relevance | path

Searched refs:GetEnabled (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp57 if (event->GetEnabled()) { in CollectTouchTarget()
72 if (event->GetEnabled() || clickJudge) { in CollectTouchTarget()
H A Dscrollable_event.h76 bool GetEnabled() const in GetEnabled() function in OHOS::Ace::NG::ScrollableEvent
/foundation/graphic/graphic_3d/kits/js/include/
H A DCameraJS.h51 napi_value GetEnabled(NapiApi::FunctionContext<>& ctx);
H A DLightJS.h55 napi_value GetEnabled(NapiApi::FunctionContext<>& ctx);
H A DAnimationJS.h82 napi_value GetEnabled(NapiApi::FunctionContext<>& ctx);
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_effect_test_ng.cpp613 EXPECT_FALSE(pattern_->GetScrollableEvent()->GetEnabled()); in HWTEST_F()
628 EXPECT_TRUE(pattern_->GetScrollableEvent()->GetEnabled()); in HWTEST_F()
644 EXPECT_TRUE(pattern_->GetScrollableEvent()->GetEnabled()); in HWTEST_F()
660 EXPECT_TRUE(pattern_->GetScrollableEvent()->GetEnabled()); in HWTEST_F()
/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp58 DeclareGetSet(bool, "enabled", GetEnabled, SetEnabled); in Init()
153 napi_value AnimationJS::GetEnabled(NapiApi::FunctionContext<>& ctx) in GetEnabled() function in AnimationJS
H A DLightJS.cpp118 np.push_back(TROGetSetProperty<bool, BaseLight, &BaseLight::GetEnabled, &BaseLight::SetEnabled>("enabled")); in Init()
175 napi_value BaseLight::GetEnabled(NapiApi::FunctionContext<>& ctx) in GetEnabled() function in BaseLight
H A DCameraJS.cpp97 node_props.push_back(GetSetProperty<bool, CameraJS, &CameraJS::GetEnabled, &CameraJS::SetEnabled>("enabled")); in Init()
238 napi_value CameraJS::GetEnabled(NapiApi::FunctionContext<>& ctx) in GetEnabled() function in CameraJS
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_node_system.h60 virtual bool GetEnabled() const = 0;
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h153 virtual bool GetEnabled() const = 0;
H A Dinspector_composed_element.h166 bool GetEnabled() const override;
H A Dinspector_composed_element.cpp114 { "enabled", [](const InspectorNode& inspector) { return inspector.GetEnabled(); } },
979 bool InspectorComposedElement::GetEnabled() const in GetEnabled() function in OHOS::Ace::V2::InspectorComposedElement
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_attr_test_ng.cpp824 EXPECT_TRUE(pattern_->scrollableEvent_->GetEnabled()); in HWTEST_F()
842 EXPECT_FALSE(pattern_->scrollableEvent_->GetEnabled()); in HWTEST_F()
863 EXPECT_FALSE(pattern_->scrollableEvent_->GetEnabled()); in HWTEST_F()
881 EXPECT_FALSE(pattern_->scrollableEvent_->GetEnabled()); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp163 virtual bool GetEnabled(Entity entity) const = 0;
208 bool GetEnabled() const override
210 return nodeAccess_.GetEnabled(entity_);
641 bool GetEnabled(const Entity entity) const override
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h173 return scrollableEvent_->GetEnabled(); in GetScrollEnabled()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h733 static bool GetEnabled(FrameNode* frameNode);
H A Dview_abstract.cpp4432 bool ViewAbstract::GetEnabled(FrameNode* frameNode) in GetEnabled() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1104 * @tc.expected: SwiperPaintProperty->GetEnabled() is true. in HWTEST_F()
1107 EXPECT_TRUE(paintProperty->GetEnabled()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5507 int GetEnabled(ArkUINodeHandle node) in GetEnabled() function
5511 return static_cast<ArkUI_Int32>(ViewAbstract::GetEnabled(frameNode)); in GetEnabled()
6254 GetPaddingDimension, GetConfigSize, GetKey, GetEnabled, GetMargin, GetMarginDimension, GetTranslate, in GetCommonModifier()
6328 GetPaddingDimension, GetConfigSize, GetKey, GetEnabled, GetMargin, GetMarginDimension, GetTranslate, in GetCJUICommonModifier()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp776 ViewAbstract::GetEnabled(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4114 return props->GetEnabled().value_or(true);
4818 arrowProps->UpdateEnabled(paintProps->GetEnabled().value_or(true));
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp1033 const ArkUI_AttributeItem* GetEnabled(ArkUI_NodeHandle node) in GetEnabled() function
12777 GetEnabled, in GetCommonAttribute()

Completed in 79 milliseconds