Home
last modified time | relevance | path

Searched refs:pageCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_info_base.cpp70 static float pageCount = SystemProperties::GetPageCount(); in UpdateDefaultCachedCount() local
71 if (pageCount <= 0.0f) { in UpdateDefaultCachedCount()
79 int32_t newCachedCount = static_cast<int32_t>(ceil(pageCount * itemCount)); in UpdateDefaultCachedCount()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DphoneLayout.ets35 @State pageCount: string = '1';
73 Text(this.pageCount)
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp371 …float pageCount = std::atof(system::GetParameter("persist.ace.cachedcount.page_count", "1.0").c_st… in GetPageCountProp() local
372 return pageCount > 0.0f ? pageCount : 0.0f; in GetPageCountProp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp984 static float pageCount = SystemProperties::GetPageCount(); in UpdateDefaultCachedCount() local
985 if (pageCount <= 0.0f) { in UpdateDefaultCachedCount()
993 int32_t newCachedCount = static_cast<int32_t>(ceil(pageCount * itemCount)); in UpdateDefaultCachedCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp2453 static float pageCount = SystemProperties::GetPageCount(); in UpdateDefaultCachedCount() local
2454 if (pageCount <= 0.0f) { in UpdateDefaultCachedCount()
2458 int32_t newCachedCount = static_cast<int32_t>(ceil(pageCount * itemCount)); in UpdateDefaultCachedCount()