Home
last modified time | relevance | path

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

/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 in ActThirdAccessibilityFocus()
[all...]

Completed in 1 milliseconds