Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp261 constexpr int32_t ASYNC_SURFACE_QUEUE_SIZE_FOR_PHONE = 5; variable
6877 …urn (SystemProperties::GetDeviceType() == DeviceType::PHONE) ? ASYNC_SURFACE_QUEUE_SIZE_FOR_PHONE : in GetBufferSizeByDeviceType()