Home
last modified time | relevance | path

Searched refs:IsVisible (Results 1 – 25 of 92) sorted by relevance

1234

/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp51 EXPECT_EQ(view.IsVisible(), common.visible); in CheckCommInfo()
112 EXPECT_TRUE(boxProgress.IsVisible());
119 EXPECT_TRUE(boxProgress.IsVisible());
179 EXPECT_TRUE(boxProgress.IsVisible());
180 EXPECT_TRUE(epView.IsVisible());
183 EXPECT_FALSE(boxProgress.IsVisible());
184 EXPECT_FALSE(epView.IsVisible());
212 EXPECT_EQ(imgView.IsVisible(), false);
269 EXPECT_TRUE(imgView.IsVisible());
281 EXPECT_FALSE(imgView.IsVisible());
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Droot_scene_session_test.cpp64 ASSERT_FALSE(rootSceneSession.IsVisible());
80 ASSERT_FALSE(rootSceneSession.IsVisible());
98 ASSERT_FALSE(rootSceneSession.IsVisible());
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp108 if (child->IsVisible()) { in CalValidLength()
134 if (child->IsVisible()) { in CalRowCount()
165 if (child->IsVisible()) { in GetRowMaxHeight()
200 if (child->IsVisible()) { in GetRowsWidth()
286 if (child->IsVisible()) { in LayoutHorizontal()
324 if (child->IsVisible()) { in CalColumnCount()
354 if (child->IsVisible()) { in GetColumnMaxWidth()
388 if (child->IsVisible()) { in GetColumnsHeight()
474 if (child->IsVisible()) { in LayoutVertical()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_content_layout_algorithm.cpp33 if (child->GetHostNode() && child->GetHostNode()->IsVisible()) { in Measure()
58 if (childNode && childNode->IsVisible()) { in Layout()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_surface_view_unit_test.cpp179 bool visible = surface_->IsVisible();
181 EXPECT_EQ(surface_->IsVisible(), !visible);
H A Dui_image_unit_test.cpp329 EXPECT_EQ(imageView_->IsVisible(), true);
331 EXPECT_EQ(imageView_->IsVisible(), false);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_event_tdd_test.cpp1228 EXPECT_TRUE((button != nullptr) && (!button->IsVisible()));
1236 EXPECT_TRUE((button != nullptr) && (button->IsVisible()));
1245 EXPECT_TRUE((checkbox != nullptr) && (!checkbox->IsVisible()));
1253 EXPECT_TRUE((checkbox != nullptr) && (checkbox->IsVisible()));
1262 EXPECT_TRUE((radio != nullptr) && (!radio->IsVisible()));
1270 EXPECT_TRUE((radio != nullptr) && (radio->IsVisible()));
H A Dswitch_tdd_test.cpp182 if (!strcmp(toggleButton->GetViewId(), "switch") && toggleButton->IsVisible() == false) { in ComponentSwitchAttributeSetTest003()
187 …EXPECT_TRUE((!strcmp(toggleButton->GetViewId(), "switch")) && (toggleButton->IsVisible() == false)… in ComponentSwitchAttributeSetTest003()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp33 !view->IsVisible()) { in RequestFocus()
237 if (!current->IsVisible() || !current->IsFocusable()) { in GetNextFocus()
250 if (!current->IsVisible() || !current->IsFocusable()) { in GetNextFocus()
H A Drotate_input_device.cpp61 if (!par->IsVisible()) { in DispatchEvent()
/ohos5.0/base/update/updater/services/ui/view/page/
H A Dbase_page.cpp153 bool BasePage::IsVisible() const in IsVisible() function in Updater::BasePage
159 return root_->IsVisible(); in IsVisible()
H A Dsub_page.h30 bool IsVisible() const override;
H A Dpage.h33 [[nodiscard]] virtual bool IsVisible() const = 0;
H A Dbase_page.h34 bool IsVisible() const override;
H A Dsub_page.cpp107 bool SubPage::IsVisible() const in IsVisible() function in Updater::SubPage
/ohos5.0/base/update/updater/services/ui/control/
H A Devent_listener.cpp46 if (!page->IsVisible()) { in operator ()()
51 if (!view.IsVisible()) { in operator ()()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp361 ArkUI_Bool IsVisible(ArkUINodeHandle node) in IsVisible() function
365 auto isVisible = currentNode->IsVisible(); in IsVisible()
368 isVisible = isVisible && AceType::DynamicCast<FrameNode>(parentNode)->IsVisible(); in IsVisible()
609 …GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspect… in GetFrameNodeModifier()
625 …GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspect… in GetCJUIFrameNodeModifier()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_dispatcher_impl.h55 bool IsVisible();
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/
H A Ddirective_tdd_test.cpp264 EXPECT_FALSE(text->IsVisible()); in DirectiveTest003()
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.cpp71 if (!hasEp_ || ep_ == nullptr || !ep_->IsVisible()) { in SetValue()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp358 if (!curview->IsVisible() || !rect.Intersect(curview->GetRect(), GetScreenRect())) { in OptimizeInvalidMap()
498 if (curView->IsVisible()) { in MeasureView()
656 if (curView->IsVisible()) { in Render()
765 if (currentView->GetOrigRect().IsContains(rect) && currentView->IsVisible()) { in Render()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_text_field.cpp88 if (!focusHub->IsFocusable() || !parentFrameNode->IsVisible()) { in IsTextEditableForStylus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Dtouch_listener_component.h120 bool IsVisible() const in IsVisible() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp105 nativeInfo.SetVisible(accessibilityElementInfo.IsVisible()); in FillNativeAccessibilityElementInfo()
290 EXPECT_EQ(beforeInfo.IsVisible(), afterInfo.IsVisible()); in CheckTransformElementInfoResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Dgesture_listener_component.h230 bool IsVisible() const in IsVisible() function

1234