/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | scrollable_event.cpp | 57 if (event->GetEnabled()) { in CollectTouchTarget() 72 if (event->GetEnabled() || clickJudge) { in CollectTouchTarget()
|
H A D | scrollable_event.h | 76 bool GetEnabled() const in GetEnabled() function in OHOS::Ace::NG::ScrollableEvent
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | CameraJS.h | 51 napi_value GetEnabled(NapiApi::FunctionContext<>& ctx);
|
H A D | LightJS.h | 55 napi_value GetEnabled(NapiApi::FunctionContext<>& ctx);
|
H A D | AnimationJS.h | 82 napi_value GetEnabled(NapiApi::FunctionContext<>& ctx);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_effect_test_ng.cpp | 613 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 D | AnimationJS.cpp | 58 DeclareGetSet(bool, "enabled", GetEnabled, SetEnabled); in Init() 153 napi_value AnimationJS::GetEnabled(NapiApi::FunctionContext<>& ctx) in GetEnabled() function in AnimationJS
|
H A D | LightJS.cpp | 118 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 D | CameraJS.cpp | 97 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 D | intf_node_system.h | 60 virtual bool GetEnabled() const = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 153 virtual bool GetEnabled() const = 0;
|
H A D | inspector_composed_element.h | 166 bool GetEnabled() const override;
|
H A D | inspector_composed_element.cpp | 114 { "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 D | list_attr_test_ng.cpp | 824 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 D | node_system.cpp | 163 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 D | scrollable_pattern.h | 173 return scrollableEvent_->GetEnabled(); in GetScrollEnabled()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 733 static bool GetEnabled(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 4432 bool ViewAbstract::GetEnabled(FrameNode* frameNode) in GetEnabled() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_attr_test_ng.cpp | 1104 * @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 D | node_common_modifier.cpp | 5507 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 D | view_abstract_test_ng.cpp | 776 ViewAbstract::GetEnabled(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 4114 return props->GetEnabled().value_or(true); 4818 arrowProps->UpdateEnabled(paintProps->GetEnabled().value_or(true));
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1033 const ArkUI_AttributeItem* GetEnabled(ArkUI_NodeHandle node) in GetEnabled() function 12777 GetEnabled, in GetCommonAttribute()
|