/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_parser.h | 49 int32_t GetMinPlatformVersion() const in GetMinPlatformVersion() function 51 return manifestAppInfo_->GetMinPlatformVersion(); in GetMinPlatformVersion()
|
H A D | manifest_appinfo.h | 38 int32_t GetMinPlatformVersion() const in GetMinPlatformVersion() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_layout_algorithm.cpp | 62 …auto idealSize = PipelineContext::GetCurrentContext()->GetMinPlatformVersion() >= PLATFORM_VERSION… in Measure() 75 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in Measure() 147 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in UpdateDefaultValueByVersion() 183 if (pipeline->GetMinPlatformVersion() < PLATFORM_VERSION_TEN) { in AdjustMinAndMaxSideBarWidth() 419 …auto sideBarIdealSize = PipelineContext::GetCurrentContext()->GetMinPlatformVersion() >= PLATFORM_… in MeasureSideBar() 434 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in MeasureSideBar() 510 …auto contentIdealSize = PipelineContext::GetCurrentContext()->GetMinPlatformVersion() >= PLATFORM_… in MeasureSideBarContent()
|
H A D | side_bar_container_layout_property.h | 111 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 271 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in SetOnClickCallback() 290 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in SetRemoteMessageCallback() 308 if (pipeline && pipeline->GetMinPlatformVersion() >= BUBBLE_MODE_VERSION) { in SetOnDoubleClickCallback() 326 if (pipeline && pipeline->GetMinPlatformVersion() >= BUBBLE_MODE_VERSION) { in SetOnLongPressCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | magic_layout_property.h | 42 …if (context && context->GetMinPlatformVersion() > static_cast<int32_t>(PlatformVersion::VERSION_NI… in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_layout_algorithm.cpp | 44 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_11) { in MeasureContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item.cpp | 123 if (context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE) { in CalculateScaleFactorOnWatch() 227 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in Update() 383 if (pipeline && pipeline->GetMinPlatformVersion() > MIN_COMPATITABLE_VERSION) { in ResetFocusEffect()
|
H A D | list_watch_layout_manager.cpp | 237 return context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in IsPlatformFive()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 838 …bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteS… in TriggerPageUpdate() 841 jsPage->SetUseBoxWrap(delegate->GetMinPlatformVersion() >= WEB_FEATURE_VERSION); in TriggerPageUpdate() 911 int32_t FrontendDelegateImpl::GetMinPlatformVersion() in GetMinPlatformVersion() function in OHOS::Ace::Framework::FrontendDelegateImpl 914 return manifestParser_->GetMinPlatformVersion(); in GetMinPlatformVersion() 1265 if (delegate->GetMinPlatformVersion() > 0) { in LoadPage() 1266 pipelineContext->SetMinPlatformVersion(delegate->GetMinPlatformVersion()); in LoadPage() 1345 …bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteS… in OnPageReady() 1348 page->SetUseBoxWrap(delegate->GetMinPlatformVersion() >= WEB_FEATURE_VERSION); in OnPageReady() 1678 …bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteS… in ReplacePage() 1681 page->SetUseBoxWrap(delegate->GetMinPlatformVersion() >= WEB_FEATURE_VERSION); in ReplacePage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.h | 532 … PipelineBase::GetCurrentContext()->GetMinPlatformVersion() < static_cast<int32_t>(version); in LessThanAPIVersion() 538 … PipelineBase::GetCurrentContext()->GetMinPlatformVersion() >= static_cast<int32_t>(version); in GreatOrEqualAPIVersion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | box_layout_algorithm.cpp | 92 …ipelineBase::GetCurrentContext() && PipelineBase::GetCurrentContext()->GetMinPlatformVersion() > 9; in PerformMeasureSelfWithChildList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/ |
H A D | render_badge.cpp | 89 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_declarative.cpp | 137 auto minSdk = frontend->manifestParser_->GetMinPlatformVersion(); in OnPageLoaded()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | flutter_render_context.cpp | 60 canChildOverflow = pipeline->GetMinPlatformVersion() >= OVERFLOW_PLATFORM_VERSION; in PaintChild()
|
H A D | rosen_render_context.cpp | 74 bool canChildOverflow = pipelineContext->GetMinPlatformVersion() >= OVERFLOW_PLATFORM_VERSION; in PaintChild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 195 int32_t GetMinPlatformVersion() override in GetMinPlatformVersion() function 197 return manifestParser_->GetMinPlatformVersion(); in GetMinPlatformVersion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_layout_algorithm.cpp | 348 auto currentPlatformVersion = pipeline->GetMinPlatformVersion(); in RangeCalculation() 381 auto currentPlatformVersion = pipeline->GetMinPlatformVersion(); in CalculateNavigationWidth() 456 auto currentPlatformVersion = pipeline->GetMinPlatformVersion(); in SizeCalculation()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_menu_test_ng.cpp | 95 minPlatformVersion_ = PipelineBase::GetCurrentContext()->GetMinPlatformVersion(); in SetUp()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar_item.cpp | 119 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in Update()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.cpp | 833 int32_t minPlatformVersion = PipelineBase::GetCurrentContext()->GetMinPlatformVersion(); 966 int32_t minPlatformVersion = PipelineBase::GetCurrentContext()->GetMinPlatformVersion(); 1018 int32_t minPlatformVersion = PipelineBase::GetCurrentContext()->GetMinPlatformVersion();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_layout_algorithm.cpp | 60 …ipelineBase::GetCurrentContext() && PipelineBase::GetCurrentContext()->GetMinPlatformVersion() > 9) in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_checkable.cpp | 186 if (!catchMode && pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in InitClickRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | render_marquee.cpp | 360 if (context->GetMinPlatformVersion() >= PLATFORM_VERSION_SIX) { in NeedMarquee()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | render_toggle.cpp | 240 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in Update()
|