Home
last modified time | relevance | path

Searched refs:IsShow (Results 1 - 25 of 34) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.h33 bool IsShow() const in IsShow() function in OHOS::Ace::PopupElement
36 return popup_->IsShow(); in IsShow()
H A Dpopup_component.h100 bool IsShow() const in IsShow() function in OHOS::Ace::PopupComponent
103 return popupParam_->IsShow(); in IsShow()
H A Dpopup_element_v2.cpp77 if (popup_->GetPopupParam()->IsShow()) { in HandleDeclarativePerformBuild()
90 if (popup_->GetPopupParam()->IsShow()) { in HandleDeclarativePerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Dtext_span_component.cpp62 bool TextSpanComponent::IsShow() const in IsShow() function in OHOS::Ace::TextSpanComponent
64 return declaration_->IsShow(); in IsShow()
H A Dtext_span_component.h42 bool IsShow() const;
H A Drosen_render_text_span.cpp39 if (!spanComponent_->IsShow()) { in UpdateText()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_preview_test.cpp214 EXPECT_TRUE(cleanNodeResponseArea->IsShow()); in HWTEST_F()
249 EXPECT_FALSE(cleanNodeResponseArea->IsShow()); in HWTEST_F()
284 EXPECT_FALSE(cleanNodeResponseArea->IsShow()); in HWTEST_F()
H A Dtext_field_controller_test.cpp177 EXPECT_EQ(convertedArea->IsShow(), true); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_model_ng.cpp61 ACE_UPDATE_LAYOUT_PROPERTY(SlidingPanelLayoutProperty, IsShow, isShow); in Create()
148 ACE_UPDATE_LAYOUT_PROPERTY(SlidingPanelLayoutProperty, IsShow, isShow); in SetIsShow()
269 ACE_UPDATE_NODE_LAYOUT_PROPERTY(SlidingPanelLayoutProperty, IsShow, isShow, frameNode); in SetIsShow()
H A Dsliding_panel_layout_property.h78 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(IsShow, bool, PROPERTY_UPDATE_MEASURE);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.h64 bool IsShow() const in IsShow() function in OHOS::Ace::SpanDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.h75 bool IsShow() const;
H A Dswiper_component.cpp111 bool SwiperComponent::IsShow() const in IsShow() function in OHOS::Ace::SwiperComponent
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp219 popupChild_->GetPopupParam()->SetIsShow(IsShow()); in PrepareSpecializedComponent()
H A Ddom_node.h287 bool IsShow() const in IsShow() function in OHOS::Ace::Framework::DOMNode
H A Ddom_input.cpp373 textField->SetIsVisible(IsShow()); in UpdateSpecializedComponentStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.h189 bool IsShow() const in IsShow() function in OHOS::Ace::NG::CleanNodeResponseArea
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp266 information += IsShow() ? "" : " Show:false"; in DumpFocusNodeTree()
302 information += IsShow() ? "" : " Show:false"; in DumpFocusScopeTree()
537 return IsEnabled() && IsShow() && focusable_ && parentFocusable_; in IsFocusableNode()
592 if (!IsEnabled() || !IsShow()) {
624 bool FocusHub::IsShow() const
2765 children->Put("Show", IsShow());
2819 children->Put("Show", IsShow());
H A Dfocus_hub.h580 bool IsShow() const;
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h57 bool IsShow() const in IsShow() function in OHOS::Ace::PopupParam
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp93 if (wrapperPattern->IsShow() && menuParam.setShow && !menuParam.isShow) { in BindMenu()
199 // in close animation, wrapperPattern->IsShow() is false, set isShow to false will not trigger close again. in BindContextMenuSingle()
200 if (wrapperPattern->IsShow() && !menuParam.isShow) { in BindContextMenuSingle()
204 } else if (!wrapperPattern->IsShow() && menuParam.isShow && in BindContextMenuSingle()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp520 EXPECT_TRUE(focusHub->IsShow()); in HWTEST_F()
530 EXPECT_FALSE(focusHub->IsShow()); in HWTEST_F()
539 EXPECT_FALSE(focusHub->IsShow()); in HWTEST_F()
1925 focusHub->IsShow(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.h310 bool IsShow() const in IsShow() function in OHOS::Ace::NG::MenuWrapperPattern
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp668 if (!cleanNodeResponseArea->IsShow()) { in IsHitCleanNodeResponseArea()
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp78 isShow_ = bubble->GetPopupParam()->IsShow(); in Update()

Completed in 30 milliseconds

12