Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp689 A11yElementInfo focusedElementInfo = {}; in HandleTouchGuidingStateInnerDown() local
690 if (!FindFocusedElement(focusedElementInfo)) { in HandleTouchGuidingStateInnerDown()
704 leftTopX_ = focusedElementInfo.GetRectInScreen().GetLeftTopXScreenPostion(); in HandleTouchGuidingStateInnerDown()
705 leftTopY_ = focusedElementInfo.GetRectInScreen().GetLeftTopYScreenPostion(); in HandleTouchGuidingStateInnerDown()
706 rightBottomX_ = focusedElementInfo.GetRectInScreen().GetRightBottomXScreenPostion(); in HandleTouchGuidingStateInnerDown()
707 rightBottomY_ = focusedElementInfo.GetRectInScreen().GetRightBottomYScreenPostion(); in HandleTouchGuidingStateInnerDown()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp689 AccessibilityElementInfo focusedElementInfo = {}; in HandleTouchGuidingStateInnerDown() local
690 if (!FindFocusedElement(focusedElementInfo)) { in HandleTouchGuidingStateInnerDown()
704 leftTopX_ = focusedElementInfo.GetRectInScreen().GetLeftTopXScreenPostion(); in HandleTouchGuidingStateInnerDown()
705 leftTopY_ = focusedElementInfo.GetRectInScreen().GetLeftTopYScreenPostion(); in HandleTouchGuidingStateInnerDown()
706 rightBottomX_ = focusedElementInfo.GetRectInScreen().GetRightBottomXScreenPostion(); in HandleTouchGuidingStateInnerDown()
707 rightBottomY_ = focusedElementInfo.GetRectInScreen().GetRightBottomYScreenPostion(); in HandleTouchGuidingStateInnerDown()

Completed in 7 milliseconds