Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp240 static Rect GetVisibleRect(Rect windowBounds, Accessibility::Rect nodeBounds) in GetVisibleRect() argument
242 auto leftX = nodeBounds.GetLeftTopXScreenPostion(); in GetVisibleRect()
243 auto topY = nodeBounds.GetLeftTopYScreenPostion(); in GetVisibleRect()
244 auto rightX = nodeBounds.GetRightBottomXScreenPostion(); in GetVisibleRect()
245 auto bottomY = nodeBounds.GetRightBottomYScreenPostion(); in GetVisibleRect()