Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp112 auto isPlatformFive = IsPlatformFive(); in SetChildPosition()
224 if (IsPlatformFive()) { in AdjustLayoutSize()
233 bool ListWatchLayoutManager::IsPlatformFive() in IsPlatformFive() function in OHOS::Ace::ListWatchLayoutManager
H A Dlist_watch_layout_manager.h46 bool IsPlatformFive();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.h73 bool IsPlatformFive() const;
H A Ddom_button.cpp557 if (IsPlatformFive()) { in GetHeight()
572 if (IsPlatformFive()) { in GetWidth()
584 bool DOMButton::IsPlatformFive() const in IsPlatformFive() function in OHOS::Ace::Framework::DOMButton