Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp693 AccessibilityElementInfo focusedElementInfo = {}; in HandleTouchGuidingStateInnerDown() local
694 if (!FindFocusedElement(focusedElementInfo)) { in HandleTouchGuidingStateInnerDown()
708 leftTopX_ = focusedElementInfo.GetRectInScreen().GetLeftTopXScreenPostion(); in HandleTouchGuidingStateInnerDown()
709 leftTopY_ = focusedElementInfo.GetRectInScreen().GetLeftTopYScreenPostion(); in HandleTouchGuidingStateInnerDown()
710 rightBottomX_ = focusedElementInfo.GetRectInScreen().GetRightBottomXScreenPostion(); in HandleTouchGuidingStateInnerDown()
711 rightBottomY_ = focusedElementInfo.GetRectInScreen().GetRightBottomYScreenPostion(); in HandleTouchGuidingStateInnerDown()