Home
last modified time | relevance | path

Searched refs:GreatOrEqualAPIVersion (Results 1 - 25 of 99) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_stepper_item.cpp84 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN) && in SetPrevLabel()
103 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN) && in SetNextLabel()
H A Djs_flex.cpp63 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetJustifyContent()
74 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetAlignItems()
H A Djs_column.cpp53 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in Create()
90 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetAlignItems()
103 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetJustifyContent()
H A Djs_row.cpp52 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in Create()
79 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetAlignItems()
93 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetJustifyContent()
H A Djs_divider.cpp90 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetStrokeWidth()
H A Djs_loading_progress.cpp82 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetColor()
H A Djs_flex_impl.cpp78 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in CreateFlexComponent()
86 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in CreateFlexComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model.h41 (type == XComponentType::SURFACE && Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)); in IsBackGroundColorAvailable()
46 (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE) && !libraryName.has_value()); in IsCommonEventAvailable()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_content_pattern.h47 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) {
H A Dtool_bar_pattern.h52 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) {
H A Dnav_bar_node.cpp50 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in AddChildToGroup()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_layout_property.h60 Dimension(1, Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN) ? DimensionUnit::PX
H A Ddivider_layout_algorithm.cpp36 Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN) ? 1.0_px : theme->GetStokeWidth(); in MeasureContent()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dside_bar_container_modifier.cpp53 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in ResetSideBarWidth()
72 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in ResetMinSideBarWidth()
109 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in ResetControlButton()
H A Dnode_loading_progress_modifier.cpp41 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in ResetLoadingProgressColor()
H A Dcolumn_modifier.cpp46 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetColumnAlignItems()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_column_bridge.cpp41 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetJustifyContent()
73 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetAlignItems()
H A Darkts_native_row_bridge.cpp35 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetAlignItems()
70 } else if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN)) { in SetJustifyContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_algorithm.cpp35 if (!Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in Measure()
129 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in PerformLayout()
H A Drefresh_pattern.cpp127 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in OnModifyDone()
144 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in CreateLayoutAlgorithm()
331 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in InitChildNode()
384 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in QuickStartFresh()
399 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in QuickEndFresh()
424 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in HandleDragStart()
436 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in HandleDragUpdate()
465 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in HandleDragEnd()
922 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in ResetAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp133 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE) && LessNotEqual(gridCount_, 0)) { in UpdateChildMaxSizeHeight()
230 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN) && in AnalysisLayoutOfContent()
275 CHECK_NULL_RETURN(Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE), false); in ComputeInnerLayoutSizeParam()
371 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in ComputeInnerLayoutParam()
393 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN) && expandDisplay_) { in ComputeInnerLayoutParam()
448 Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in GetDeviceColumns()
761 if (alignment_ != DialogAlignment::DEFAULT || Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE)) { in SetAlignmentSwitch()
815 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN) && displayInfo->GetIsFoldable() && in SetAlignmentSwitchLessThanAPITwelve()
821 bool version10OrLarger = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN); in SetAlignmentSwitchLessThanAPITwelve()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dsub_menu_layout_algorithm.cpp35 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in Layout()
104 if (canExpandCurrentWindow_ || !Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in MenuLayoutAvoidAlgorithm()
299 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE)) { in CheckMenuPadding()
H A Dmulti_menu_layout_algorithm.cpp46 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN)) { in Measure()
85 CHECK_NULL_VOID(Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_THIRTEEN)); in UpdateMenuDefaultConstraintByDevice()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_filter.cpp73 if (!Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_FOURTEEN)) { in OnAsPaint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp68 minItemHeight_ = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE) in Measure()
285 float rowHeight = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE) ? in MeasureRightRow()
353 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE)) { in UpdateSelfSize()

Completed in 13 milliseconds

1234