Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.cpp281 auto lowBound = splitRects_[i].GetOffset().GetX(); in HandleMouseEvent() local
283 … if (info.GetLocalLocation().GetX() >= lowBound && info.GetLocalLocation().GetX() <= upBound) { in HandleMouseEvent()
305 auto lowBound = splitRects_[i].GetOffset().GetY(); in HandleMouseEvent() local
307 … if (info.GetLocalLocation().GetY() >= lowBound && info.GetLocalLocation().GetY() <= upBound) { in HandleMouseEvent()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_utils.cpp129 bool AccessibilityUtils::IsValidIntString(std::string& intString, const int32_t lowBound, const int… in IsValidIntString() argument
159 return value >= lowBound; in IsValidIntString()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Daccessibility_ability_utils.h34 …static bool IsValidIntString(std::string& intString, const int32_t lowBound, const int32_t highBou…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp560 auto lowBound = searchReactRect_.GetOffset().GetX(); in HandleMouseEvent() local
567 if (info.GetLocalLocation().GetX() >= lowBound && info.GetLocalLocation().GetX() <= upBound) { in HandleMouseEvent()