Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp102 constexpr double WIDTH_BREAKPOINT_320VP = 320.0; // window width threshold variable
7883 if (width < WIDTH_BREAKPOINT_320VP) { in GetWindowWidthBreakpoint()