/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | panel_modifier.cpp | 164 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 D | js_sliding_panel.h | 40 static void SetShow(const JSCallbackInfo& info);
|
H A D | js_sliding_panel.cpp | 88 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 D | arkts_native_panel_bridge.h | 42 static ArkUINativeModuleValue SetShow(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_panel_bridge.cpp | 285 ArkUINativeModuleValue PanelBridge::SetShow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetShow() function in OHOS::Ace::NG::PanelBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1172 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 D | focus_hub_test_ng.cpp | 518 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 D | dom_swiper.cpp | 60 …swiperChild_->SetShow(GetDisplay() == DisplayType::NO_SETTING || GetDisplay() == DisplayType::FLEX… in PrepareSpecializedComponent()
|
H A D | dom_node.cpp | 1226 focusableEventComponent_->SetShow(GetDisplay() != DisplayType::NONE); in CompositeComponents() 1620 focusableEventComponent_->SetShow(show); in UpdateDisplayComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/ |
H A D | focus_node.h | 156 virtual void SetShow(bool show); 347 void SetShow(bool show) override;
|
H A D | focus_node.cpp | 374 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 D | focusable_component.h | 174 void SetShow(bool show) in SetShow() function
|
H A D | focusable_element.cpp | 45 SetShow(focusableComponent->CanShow()); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | date_time_animation_controller.cpp | 240 focusHub->SetShow(false); in PlayButtonOpacityInAnimation() 355 focusHub->SetShow(true); in PlayButtonOpacityOutAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_component.h | 76 void SetShow(bool show);
|
H A D | swiper_component.cpp | 115 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 D | focus_hub.h | 580 void SetShow(bool show);
|
H A D | focus_hub.cpp | 637 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 D | view_abstract.cpp | 1614 focusHub->SetShow(visible == VisibleType::VISIBLE); in SetVisibility() 3397 focusHub->SetShow(visible == VisibleType::VISIBLE); in SetVisibility()
|