Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp69 …boundsInScreen_.SetRightBottomScreenPostion(const_cast<Rect &>(bounds).GetRightBottomXScreenPostio… in SetRectInScreen()
H A Daccessibility_element_info.cpp157 …bounds_.SetRightBottomScreenPostion(bounds.GetRightBottomXScreenPostion(), bounds.GetRightBottomYS… in SetRectInScreen()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp267 … bound.SetRightBottomScreenPostion(windowInfo->windowRect_.posX_, windowInfo->windowRect_.posY_); in UpdateAccessibilityWindowInfo()
269 bound.SetRightBottomScreenPostion( in UpdateAccessibilityWindowInfo()
295 rectTemp.SetRightBottomScreenPostion(rect.posX_, rect.posY_); in UpdateAccessibilityWindowInfo()
297 rectTemp.SetRightBottomScreenPostion( in UpdateAccessibilityWindowInfo()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h455 void SetRightBottomScreenPostion(int32_t rightBottomX, int32_t rightBottomY) in SetRightBottomScreenPostion() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp52 bounds.SetRightBottomScreenPostion(rect.GetRightBottomXScreenPostion() + offset.GetX(), in ApplyAccessibilityElementInfoOffset()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp65 bounds.SetRightBottomScreenPostion(posX, posY); in GenerateRect()