Home
last modified time | relevance | path

Searched refs:GetZIndex (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp385 int16_t curZIndex = curView->GetZIndex(); in UpdateRenderView()
386 int16_t targetZIndex = targetView->GetZIndex(); in UpdateRenderView()
397 int16_t nextZIndex = nextView->GetZIndex(); in UpdateRenderView()
410 curZIndex = curView->GetZIndex(); in UpdateRenderView()
447 int16_t targetZIndex = targetView->GetZIndex(); in InsertRenderView()
452 curZIndex = node->GetZIndex(); in InsertRenderView()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_item_composed_element.cpp94 int32_t ListItemComposedElement::GetZIndex() const in GetZIndex() function in OHOS::Ace::V2::ListItemComposedElement
104 return renderListItem->GetZIndex(); in GetZIndex()
H A Dlist_item_composed_element.h36 int32_t GetZIndex() const override;
H A Dinspector.cpp106 json->Put(INSPECTOR_Z_INDEX, inspectorElement->GetZIndex()); in ToJsonValue()
153 jsonNode->Put(INSPECTOR_Z_INDEX, inspectorElement->GetZIndex()); in GetInspectorNodeByKey()
H A Dinspector_node.h156 virtual int32_t GetZIndex() const = 0;
H A Dinspector_composed_element.h169 int32_t GetZIndex() const override;
H A Dinspector_composed_element.cpp132 { "zIndex", [](const InspectorNode& inspector) { return inspector.GetZIndex(); } }, in __anon58d2e1332a02()
1000 int32_t InspectorComposedElement::GetZIndex() const in GetZIndex() function in OHOS::Ace::V2::InspectorComposedElement
1006 return node->GetZIndex(); in GetZIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.h75 int32_t GetZIndex() const in GetZIndex() function
77 return component_ ? component_->GetZIndex() : 0; in GetZIndex()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_unit_test.cpp1139 EXPECT_EQ(zIndex, view->GetZIndex());
1144 EXPECT_EQ(zIndex, view->GetZIndex());
1149 EXPECT_EQ(zIndex, view->GetZIndex());
1154 EXPECT_EQ(zIndex, view->GetZIndex());
1158 EXPECT_EQ(zIndex, view->GetZIndex());
1164 EXPECT_EQ(zIndex * 2, view->GetZIndex());
1177 EXPECT_EQ(0, view->GetZIndex());
1181 EXPECT_EQ(0, viewGroup->GetZIndex());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.h53 int32_t GetZIndex() const;
H A Dshared_transition_component.cpp132 int32_t SharedTransitionComponent::GetZIndex() const in GetZIndex() function in OHOS::Ace::SharedTransitionComponent
H A Dshared_transition_element.cpp64 zIndex_ = sharedComponent->GetZIndex(); in Update()
123 int32_t SharedTransitionElement::GetZIndex() const in GetZIndex() function in OHOS::Ace::SharedTransitionElement
H A Dshared_transition_element.h67 int32_t GetZIndex() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_overlay_manager.cpp241 auto zIndex = passenger->GetRenderContext()->GetZIndex(); in PassengerAboard()
262 passenger->GetRenderContext()->UpdateZIndex(effect->GetZIndex()); in PassengerAboard()
H A Dshared_transition_effect.h59 int32_t GetZIndex() const in GetZIndex() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp99 nativeInfo.SetZIndex(accessibilityElementInfo.GetZIndex()); in FillNativeAccessibilityElementInfo()
284 EXPECT_EQ(beforeInfo.GetZIndex(), afterInfo.GetZIndex()); in CheckTransformElementInfoResult()
H A Dnative_interface_accessibility_test.cpp154 NATIVE_ADD_ELEMENTINFO(SetZIndex, &afterInfo, beforeInfo.GetZIndex()); in FillNativeAccessibilityElementInfo()
326 EXPECT_EQ(beforeInfo.GetZIndex(), afterInfo.GetZIndex()); in CheckTransformElementInfoResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp30 return (left->GetZIndex() < right->GetZIndex()); in operator ()()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h91 accessibilityElementInfo.SetZIndex(nativeInfo.GetZIndex()); in TransformAccessbilityElementInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h55 int32_t GetZIndex() const in GetZIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h137 int32_t GetZIndex() const in GetZIndex() function
H A Daccessibility_node.h843 int32_t GetZIndex() in GetZIndex() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1522 int16_t GetZIndex();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp99 auto zIndex = shared->GetZIndex(); in TakeOff()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1606 int32_t GetZIndex() const;

12