/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_element.h | 33 bool IsShow() const in IsShow() function in OHOS::Ace::PopupElement 36 return popup_->IsShow(); in IsShow()
|
H A D | popup_component.h | 100 bool IsShow() const in IsShow() function in OHOS::Ace::PopupComponent 103 return popupParam_->IsShow(); in IsShow()
|
H A D | popup_element_v2.cpp | 77 if (popup_->GetPopupParam()->IsShow()) { in HandleDeclarativePerformBuild() 90 if (popup_->GetPopupParam()->IsShow()) { in HandleDeclarativePerformBuild()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_span/ |
H A D | text_span_component.cpp | 62 bool TextSpanComponent::IsShow() const in IsShow() function in OHOS::Ace::TextSpanComponent 64 return declaration_->IsShow(); in IsShow()
|
H A D | text_span_component.h | 42 bool IsShow() const;
|
H A D | rosen_render_text_span.cpp | 39 if (!spanComponent_->IsShow()) { in UpdateText()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_preview_test.cpp | 214 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 D | text_field_controller_test.cpp | 177 EXPECT_EQ(convertedArea->IsShow(), true); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_model_ng.cpp | 61 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 D | sliding_panel_layout_property.h | 78 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(IsShow, bool, PROPERTY_UPDATE_MEASURE);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/ |
H A D | span_declaration.h | 64 bool IsShow() const in IsShow() function in OHOS::Ace::SpanDeclaration
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_component.h | 75 bool IsShow() const;
|
H A D | swiper_component.cpp | 111 bool SwiperComponent::IsShow() const in IsShow() function in OHOS::Ace::SwiperComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_popup.cpp | 219 popupChild_->GetPopupParam()->SetIsShow(IsShow()); in PrepareSpecializedComponent()
|
H A D | dom_node.h | 287 bool IsShow() const in IsShow() function in OHOS::Ace::Framework::DOMNode
|
H A D | dom_input.cpp | 373 textField->SetIsVisible(IsShow()); in UpdateSpecializedComponentStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_response_area.h | 189 bool IsShow() const in IsShow() function in OHOS::Ace::NG::CleanNodeResponseArea
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 266 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 D | focus_hub.h | 580 bool IsShow() const;
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 57 bool IsShow() const in IsShow() function in OHOS::Ace::PopupParam
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.cpp | 93 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 D | focus_hub_test_ng.cpp | 520 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 D | menu_wrapper_pattern.h | 310 bool IsShow() const in IsShow() function in OHOS::Ace::NG::MenuWrapperPattern
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_mgr.cpp | 668 if (!cleanNodeResponseArea->IsShow()) { in IsHitCleanNodeResponseArea()
|
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.cpp | 78 isShow_ = bubble->GetPopupParam()->IsShow(); in Update()
|