Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp171 auto rectInScreen = nodeInfo.GetRectInScreen(); in HoverPathForThirdRecursive() local
172 auto left = rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive()
173 auto right = rectInScreen.GetLeftTopYScreenPostion(); in HoverPathForThirdRecursive()
174 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive()
175 …auto height = rectInScreen.GetRightBottomYScreenPostion() - rectInScreen.GetLeftTopYScreenPostion(… in HoverPathForThirdRecursive()
302 auto rectInScreen = nodeInfo.GetRectInScreen(); in ActThirdAccessibilityFocus() local
303 … auto left = rectInScreen.GetLeftTopXScreenPostion() - static_cast<int32_t>(displayOffset.GetX()); in ActThirdAccessibilityFocus()
304 … auto right = rectInScreen.GetLeftTopYScreenPostion() - static_cast<int32_t>(displayOffset.GetY()); in ActThirdAccessibilityFocus()
305 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in ActThirdAccessibilityFocus()
306 …auto height = rectInScreen.GetRightBottomYScreenPostion() - rectInScreen.GetLeftTopYScreenPostion(… in ActThirdAccessibilityFocus()