Home
last modified time | relevance | path

Searched refs:PLATFORM_VERSION_TEN (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.cpp34 constexpr static int32_t PLATFORM_VERSION_TEN = 10; member
52 auto idealSize = PipelineContext::GetCurrentContext()->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN ? in Measure()
65 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in Measure()
137 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in UpdateDefaultValueByVersion()
173 if (pipeline->GetMinPlatformVersion() < PLATFORM_VERSION_TEN) { in AdjustMinAndMaxSideBarWidth()
409 auto sideBarIdealSize = PipelineContext::GetCurrentContext()->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN ? in MeasureSideBar()
424 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in MeasureSideBar()
500 auto contentIdealSize = PipelineContext::GetCurrentContext()->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN ? in MeasureSideBarContent()
H A Dside_bar_container_layout_property.h108 constexpr static int32_t PLATFORM_VERSION_TEN = 10; variable
111 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) {
H A Dside_bar_container_model_ng.cpp26 constexpr static int32_t PLATFORM_VERSION_TEN = 10; member
46 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in Create()
H A Dside_bar_container_pattern.cpp62 constexpr static int32_t PLATFORM_VERSION_TEN = 10; member
405 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in OnModifyDone()
1033 if (pipeline->GetMinPlatformVersion() < PLATFORM_VERSION_TEN) { in HandleDragUpdate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp23 constexpr static int32_t PLATFORM_VERSION_TEN = 10; member
325 if (currentPlatformVersion >= PLATFORM_VERSION_TEN) { in RangeCalculation()
359 if (currentPlatformVersion >= PLATFORM_VERSION_TEN) { in CalculateNavigationWidth()
433 if (currentPlatformVersion >= PLATFORM_VERSION_TEN) { in SizeCalculation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_utils.cpp20 const static int32_t PLATFORM_VERSION_TEN = 10; member
430 PipelineBase::GetCurrentContext()->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN, in ApplyConstraint()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp61 constexpr int32_t PLATFORM_VERSION_TEN = 10; member
489 if (apiCompatibleVersion >= PLATFORM_VERSION_TEN && context->GetIsAppWindow()) { in OnStart()
881 pipeline && pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN && pipeline->GetIsAppWindow()); in OnAvoidAreaChanged()
H A Dui_content_impl.cpp2040 constexpr static int32_t PLATFORM_VERSION_TEN = 10; in InitializeSafeArea() local
2042 if (pipeline && pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN && in InitializeSafeArea()
2624 const static int32_t PLATFORM_VERSION_TEN = 10; in SetIgnoreViewSafeArea() local
2626 pipeline && pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN && pipeline->GetIsAppWindow()); in SetIgnoreViewSafeArea()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp668 const static int32_t PLATFORM_VERSION_TEN = 10; in InitPanRecognizer() local
671 if (context && (context->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN)) { in InitPanRecognizer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub_drag.cpp879 const static int32_t PLATFORM_VERSION_TEN = 10; in HandleOnDragEnd() local
880 if (pipeline && (pipeline->GetMinPlatformVersion() < PLATFORM_VERSION_TEN)) { in HandleOnDragEnd()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp69 constexpr int32_t PLATFORM_VERSION_TEN = 10; member
1259 pipelineContext->SetMinPlatformVersion(PLATFORM_VERSION_TEN); in InitToastDialogView()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2767 constexpr static int32_t PLATFORM_VERSION_TEN = 10; in RegisterAvoidAreaChangeListener() local
2771 if (pipeline && pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN && in RegisterAvoidAreaChangeListener()
2810 constexpr static int32_t PLATFORM_VERSION_TEN = 10; in UnregisterAvoidAreaChangeListener() local
2814 if (pipeline && pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN && in UnregisterAvoidAreaChangeListener()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp74 constexpr int32_t PLATFORM_VERSION_TEN = 10; member
1867 CHECK_NULL_VOID(minPlatformVersion_ >= PLATFORM_VERSION_TEN); in UpdateSystemSafeArea()
1875 CHECK_NULL_VOID(minPlatformVersion_ >= PLATFORM_VERSION_TEN); in UpdateCutoutSafeArea()
1883 CHECK_NULL_VOID(minPlatformVersion_ >= PLATFORM_VERSION_TEN); in UpdateNavSafeArea()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp89 constexpr int32_t PLATFORM_VERSION_TEN = 10; member
2980 PipelineBase::GetCurrentContext()->GetMinPlatformVersion() < PLATFORM_VERSION_TEN) { in AdjustPaintRect()

Completed in 54 milliseconds