/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_wrapper_pattern.h | 55 auto zIndex = navDestinationPattern->GetTitlebarZIndex(); variable 58 wrapperRenderContext->UpdateZIndex(zIndex + 1);
|
/foundation/arkui/ui_lite/test/uitest/test_view_zindex/ |
H A D | ui_test_view_zindex.cpp | 33 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 D | ui_test_view_zindex.h | 40 UILabel* CreateZIndexLabel(const char* text, int16_t zIndex, ColorType color);
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_view_unit_test.cpp | 1128 * @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 D | ui_view_group_unit_test.cpp | 228 * @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 D | shared_transition_effect.h | 61 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 D | shared_overlay_manager.cpp | 233 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 D | native_interface_accessibility_impl.h | 131 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 D | shared_transition_option.h | 30 int32_t zIndex = 0; member
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_component.h | 50 void SetZIndex(int32_t zIndex) in SetZIndex() argument 52 zIndex_ = zIndex; in SetZIndex()
|
H A D | render_node.h | 77 void SetZIndex(int32_t zIndex) in SetZIndex() argument 79 zIndex_ = zIndex; in SetZIndex()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_effect.cpp | 98 // 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 D | exceptionprompt.js | 331 Row.zIndex(ZINDEX_NUM); 383 Column.zIndex(ZINDEX_NUM);
|
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 99 Flex.zIndex(1); 211 Image.zIndex(0);
|
/foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 99 Flex.zIndex(1); 211 Image.zIndex(0);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | style.h | 82 int32_t zIndex = 0; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 696 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 D | cj_view_abstract_ffi.h | 283 int32_t zIndex; member 311 CJ_EXPORT void FfiOHOSAceFrameworkViewAbstractSetZIndex(int32_t zIndex);
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_accessibility.cpp | 410 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 D | native_interface_accessibility.h | 862 * @param zIndex Indicates the z-index value. 868 ArkUI_AccessibilityElementInfo* elementInfo, int32_t zIndex);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | view_stack_processor.cpp | 805 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 D | accessibility_element_info.cpp | 918 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 D | base_text_select_overlay.cpp | 1100 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 D | ui_view.cpp | 1390 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 D | accessibility_element_info.h | 1594 * @brief Set zIndex 1595 * @param textType The value of zIndex 1598 void SetZIndex(const int32_t zIndex);
|