Home
last modified time | relevance | path

Searched refs:zIndex (Results 1 - 25 of 37) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_wrapper_pattern.h55 auto zIndex = navDestinationPattern->GetTitlebarZIndex(); variable
58 wrapperRenderContext->UpdateZIndex(zIndex + 1);
/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp33 int16_t zIndex; member
38 int16_t zIndex; member
40 const ZIndexBtn ZINDEX_BTN_GROUP[ZINDEX_BTN_NUM] = {{"zIndex->-1", -1}, {"zIndex->0", 0}, {"zIndex->1", 1},
41 {"zIndex->2", 2}, {"zIndex->3", 3}, {"zIndex->4", 4},
42 {"zIndex->5", 5}, {"zIndex
104 CreateZIndexLabel(const char* text, int16_t zIndex, ColorType color) CreateZIndexLabel() argument
[all...]
H A Dui_test_view_zindex.h40 UILabel* CreateZIndexLabel(const char* text, int16_t zIndex, ColorType color);
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_unit_test.cpp1128 * @tc.desc: Check zIndex equal
1137 int16_t zIndex = 0; in HWTEST_F() local
1138 view->SetZIndex(zIndex); in HWTEST_F()
1139 EXPECT_EQ(zIndex, view->GetZIndex()); in HWTEST_F()
1142 zIndex = 20; in HWTEST_F()
1143 view->SetZIndex(zIndex); in HWTEST_F()
1144 EXPECT_EQ(zIndex, view->GetZIndex()); in HWTEST_F()
1147 zIndex = 66666; in HWTEST_F()
1148 view->SetZIndex(zIndex); in HWTEST_F()
1149 EXPECT_EQ(zIndex, vie in HWTEST_F()
[all...]
H A Dui_view_group_unit_test.cpp228 * @tc.desc: Check child render head when zIndex change
243 // check child with zIndex = 0 in HWTEST_F()
247 // check child when zIndex change in HWTEST_F()
251 // check child when zIndex change in HWTEST_F()
263 * @tc.desc: Check child render head when zIndex change
278 // check child with zIndex = 0 in HWTEST_F()
285 // check child when zIndex change in HWTEST_F()
292 // check child when zIndex change in HWTEST_F()
299 // check child when zIndex change in HWTEST_F()
363 * @tc.desc: check zIndex
371 int16_t zIndex; HWTEST_F() member
423 int16_t zIndex; HWTEST_F() member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.h61 return option_ ? option_->zIndex : 0; in GetZIndex()
119 void SetPassengerInitZIndex(const std::optional<int32_t>& zIndex) in SetPassengerInitZIndex() argument
121 initialZIndex_ = zIndex; in SetPassengerInitZIndex()
H A Dshared_overlay_manager.cpp233 auto zIndex = passenger->GetRenderContext()->GetZIndex(); in PassengerAboard() local
234 effect->SetPassengerInitZIndex(zIndex); in PassengerAboard()
293 // restore the position and zIndex of passenger frameNode in GetOffShuttle()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h131 void SetZIndex(int32_t zIndex) in SetZIndex()
133 this->zIndex = zIndex; in SetZIndex()
138 return zIndex; in GetZIndex()
448 int32_t zIndex = 0; member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshared_transition_option.h30 int32_t zIndex = 0; member
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h50 void SetZIndex(int32_t zIndex) in SetZIndex() argument
52 zIndex_ = zIndex; in SetZIndex()
H A Drender_node.h77 void SetZIndex(int32_t zIndex) in SetZIndex() argument
79 zIndex_ = zIndex; in SetZIndex()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp98 // set zIndex in TakeOff()
99 auto zIndex = shared->GetZIndex(); in TakeOff() local
100 if (zIndex != 0) { in TakeOff()
101 seat->SetZIndex(zIndex); in TakeOff()
/foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/
H A Dexceptionprompt.js331 Row.zIndex(ZINDEX_NUM);
383 Column.zIndex(ZINDEX_NUM);
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js99 Flex.zIndex(1);
211 Image.zIndex(0);
/foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js99 Flex.zIndex(1);
211 Image.zIndex(0);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h82 int32_t zIndex = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp696 int32_t zIndex; in GetNodeZIndex() local
701 zIndex = 0; in GetNodeZIndex()
703 zIndex = renderContext->GetZIndexValue(ZINDEX_DEFAULT_VALUE); in GetNodeZIndex()
706 zIndex = 0; in GetNodeZIndex()
709 return zIndex; in GetNodeZIndex()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h283 int32_t zIndex; member
311 CJ_EXPORT void FfiOHOSAceFrameworkViewAbstractSetZIndex(int32_t zIndex);
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp410 ArkUI_AccessibilityElementInfo* elementInfo, int32_t zIndex) in OH_ArkUI_AccessibilityElementInfoSetZIndex()
413 elementInfo->SetZIndex(zIndex); in OH_ArkUI_AccessibilityElementInfoSetZIndex()
409 OH_ArkUI_AccessibilityElementInfoSetZIndex( ArkUI_AccessibilityElementInfo* elementInfo, int32_t zIndex) OH_ArkUI_AccessibilityElementInfoSetZIndex() argument
H A Dnative_interface_accessibility.h862 * @param zIndex Indicates the z-index value.
868 ArkUI_AccessibilityElementInfo* elementInfo, int32_t zIndex);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp805 int32_t zIndex = 0; in SetZIndex() local
808 zIndex = mainComponent->GetZIndex(); in SetZIndex()
813 renderComponent->SetZIndex(zIndex); in SetZIndex()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp918 void AccessibilityElementInfo::SetZIndex(const int32_t zIndex) in SetZIndex() argument
920 zIndex_ = zIndex; in SetZIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp1100 const int32_t zIndex = 2; in CheckHasTransformMatrix() local
1104 if (!NearZero(transform.translate[zIndex])) { in CheckHasTransformMatrix()
1112 Vector3F scaleVector(transform.scale[xIndex], transform.scale[yIndex], transform.scale[zIndex]); in CheckHasTransformMatrix()
1117 Vector3F skewVector(transform.skew[xIndex], transform.skew[yIndex], transform.skew[zIndex]); in CheckHasTransformMatrix()
1123 transform.perspective[zIndex], transform.perspective[wIndex]); in CheckHasTransformMatrix()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp1390 void UIView::SetZIndex(int16_t zIndex) in SetZIndex() argument
1392 if (zIndex_ == zIndex) { in SetZIndex()
1396 zIndex_ = zIndex; in SetZIndex()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1594 * @brief Set zIndex
1595 * @param textType The value of zIndex
1598 void SetZIndex(const int32_t zIndex);

Completed in 25 milliseconds

12