Home
last modified time | relevance | path

Searched defs:touchRectList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp253 std::vector<Rect> touchRectList; in UpdateTouchRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h266 void ChangeTouchRectList(std::vector<Rect>& touchRectList) in ChangeTouchRectList()
271 … bool InTouchRectList(const Point& parentLocalPoint, const std::vector<Rect>& touchRectList) const in InTouchRectList()
H A Drender_node.cpp245 void RenderNode::SetTouchRectList(std::vector<Rect>& touchRectList) in SetTouchRectList()
261 void RenderNode::CompareTouchRectList(std::vector<Rect>& touchRectList, const std::vector<Rect>& ch… in CompareTouchRectList()
338 std::string touchRectList = "["; in DumpTree() local