Home
last modified time | relevance | path

Searched refs:GetMinPlatformVersion (Results 1 – 25 of 74) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.h49 int32_t GetMinPlatformVersion() const in GetMinPlatformVersion() function
51 return manifestAppInfo_->GetMinPlatformVersion(); in GetMinPlatformVersion()
H A Dmanifest_appinfo.h38 int32_t GetMinPlatformVersion() const in GetMinPlatformVersion() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.cpp62 …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 Dside_bar_container_layout_property.h111 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_TEN) { in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp271 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 Dmagic_layout_property.h42 …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 Dqrcode_layout_algorithm.cpp44 if (pipeline->GetMinPlatformVersion() >= PLATFORM_VERSION_11) { in MeasureContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp123 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 Dlist_watch_layout_manager.cpp237 return context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in IsPlatformFive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp838 …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 Dcontainer.h532 … 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 Dbox_layout_algorithm.cpp92 …ipelineBase::GetCurrentContext() && PipelineBase::GetCurrentContext()->GetMinPlatformVersion() > 9; in PerformMeasureSelfWithChildList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Drender_badge.cpp89 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp137 auto minSdk = frontend->manifestParser_->GetMinPlatformVersion(); in OnPageLoaded()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dflutter_render_context.cpp60 canChildOverflow = pipeline->GetMinPlatformVersion() >= OVERFLOW_PLATFORM_VERSION; in PaintChild()
H A Drosen_render_context.cpp74 bool canChildOverflow = pipelineContext->GetMinPlatformVersion() >= OVERFLOW_PLATFORM_VERSION; in PaintChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h195 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 Dnavigation_layout_algorithm.cpp348 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 Doverlay_manager_menu_test_ng.cpp95 minPlatformVersion_ = PipelineBase::GetCurrentContext()->GetMinPlatformVersion(); in SetUp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp119 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in Update()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.cpp833 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 Dsliding_panel_layout_algorithm.cpp60 …ipelineBase::GetCurrentContext() && PipelineBase::GetCurrentContext()->GetMinPlatformVersion() > 9) in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkable.cpp186 if (!catchMode && pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in InitClickRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.cpp360 if (context->GetMinPlatformVersion() >= PLATFORM_VERSION_SIX) { in NeedMarquee()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp240 if (pipeline && pipeline->GetMinPlatformVersion() >= bubbleModeVersion) { in Update()

123