Home
last modified time | relevance | path

Searched refs:VERTICAL_SET (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp37 static const std::unordered_set<std::string> VERTICAL_SET = { member
163 if (VERTICAL_SET.find(posX) != VERTICAL_SET.end()) { in GetOffsetValue()
172 if (VERTICAL_SET.find(posX) != VERTICAL_SET.end() && HORIZON_SET.find(posY) != HORIZON_SET.end()) { in GetOffsetValue()
211 VERTICAL_SET.find(posY) != VERTICAL_SET.end()) { in BgImgPositionIsValid()
215 return VERTICAL_SET.find(posX) != VERTICAL_SET.end() && HORIZON_SET.find(posY) != HORIZON_SET.end(); in BgImgPositionIsValid()

Completed in 2 milliseconds