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.cpp285 static Rect GetVisibleRect(Rect windowBounds, Accessibility::Rect nodeBounds) in GetVisibleRect() argument
287 auto leftX = nodeBounds.GetLeftTopXScreenPostion(); in GetVisibleRect()
288 auto topY = nodeBounds.GetLeftTopYScreenPostion(); in GetVisibleRect()
289 auto rightX = nodeBounds.GetRightBottomXScreenPostion(); in GetVisibleRect()
290 auto bottomY = nodeBounds.GetRightBottomYScreenPostion(); in GetVisibleRect()