Home
last modified time | relevance | path

Searched refs:SetShow (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpanel_modifier.cpp164 void SetShow(ArkUINodeHandle node, ArkUI_Bool value) in SetShow() function
185 ResetDragBar, SetShow, ResetShow }; in GetPanelModifier()
196 ResetDragBar, SetShow, ResetShow }; in GetCJUIPanelModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sliding_panel.h40 static void SetShow(const JSCallbackInfo& info);
H A Djs_sliding_panel.cpp88 JSClass<JSSlidingPanel>::StaticMethod("show", &JSSlidingPanel::SetShow, opt); in JSBind()
328 void JSSlidingPanel::SetShow(const JSCallbackInfo& info) in SetShow() function in OHOS::Ace::Framework::JSSlidingPanel
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_panel_bridge.h42 static ArkUINativeModuleValue SetShow(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_panel_bridge.cpp285 ArkUINativeModuleValue PanelBridge::SetShow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetShow() function in OHOS::Ace::NG::PanelBridge
H A Darkts_native_api_impl_bridge.cpp1172 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PanelBridge::SetShow)); in GetArkUINativeModule()
3111 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PanelBridge::SetShow)); in RegisterPanelAttributes()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp518 focusHub->SetShow(true);
527 focusHub->SetShow(false);
537 focusHub->SetShow(true);
845 focusHub->SetShow(true);
856 focusHub->SetShow(false);
870 focusHub->SetShow(true);
880 focusHub->SetShow(false);
888 focusHub->SetShow(true);
955 focusHub->SetShow(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_swiper.cpp60 …swiperChild_->SetShow(GetDisplay() == DisplayType::NO_SETTING || GetDisplay() == DisplayType::FLEX… in PrepareSpecializedComponent()
H A Ddom_node.cpp1226 focusableEventComponent_->SetShow(GetDisplay() != DisplayType::NONE); in CompositeComponents()
1620 focusableEventComponent_->SetShow(show); in UpdateDisplayComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h156 virtual void SetShow(bool show);
347 void SetShow(bool show) override;
H A Dfocus_node.cpp374 void FocusNode::SetShow(bool show) in SetShow() function in OHOS::Ace::FocusNode
757 void FocusGroup::SetShow(bool show) in SetShow() function in OHOS::Ace::FocusGroup
759 FocusNode::SetShow(show); in SetShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h174 void SetShow(bool show) in SetShow() function
H A Dfocusable_element.cpp45 SetShow(focusableComponent->CanShow()); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddate_time_animation_controller.cpp240 focusHub->SetShow(false); in PlayButtonOpacityInAnimation()
355 focusHub->SetShow(true); in PlayButtonOpacityOutAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.h76 void SetShow(bool show);
H A Dswiper_component.cpp115 void SwiperComponent::SetShow(bool show) in SetShow() function in OHOS::Ace::SwiperComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h580 void SetShow(bool show);
H A Dfocus_hub.cpp637 void FocusHub::SetShow(bool show) in SetShow() function in OHOS::Ace::NG::FocusHub
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1614 focusHub->SetShow(visible == VisibleType::VISIBLE); in SetVisibility()
3397 focusHub->SetShow(visible == VisibleType::VISIBLE); in SetVisibility()