Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
H A Dcomponent_manager.cpp234 int32_t elementTouchX = startX_ + (endX_ - startX_) / DIV; in ComponentTouchInput()
259 int32_t componentUpSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentUpSwapInput()
274 int32_t componentDownSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentDownSwapInput()
302 int32_t leftSwapEndX = endX_ + OFFSET; in ComponentLeftSwapInput()
316 endX_ = componentBounds.GetRightBottomXScreenPostion(); in GetComponentPosition()
/test/ostest/wukong/common/include/
H A Dspecial_test_object.h58 result = sprintf_s(buffer, sizeof(buffer), "Swap: (%d, %d) -> (%d, %d)", endX_, endY_, startX_, startY_); in toString()
60 result = sprintf_s(buffer, sizeof(buffer), "Swap: (%d, %d) -> (%d, %d)", startX_, startY_, endX_, endY_); in toString()
69 int endX_ = -1; member in OHOS::WuKong::SwapParam
H A Dcomponent_manager.h86 * @return Return endX_.
90 return endX_; in GetEndX()
108 int32_t endX_ = -1; member in OHOS::WuKong::ComponentManager
/test/ostest/wukong/input_factory/src/
H A Dswap_input.cpp45 int xDstPosition = swapPtr->endX_; in OrderInput()
52 xSrcPosition = swapPtr->endX_; in OrderInput()
H A Dcomponent_input.cpp354 componentInputMsg->endX_ = componentManager->GetEndX(); in FocusInput()
/test/ostest/wukong/report/include/
H A Dinput_msg_object.h112 int32_t endX_ = 0; member in OHOS::WuKong::ComponmentInputMsg
/test/ostest/wukong/test_flow/src/
H A Dspecial_test_flow.cpp106 swapParam->endX_ = stoi(swapEndPoint_[0]); in EnvInit()
/test/ostest/wukong/report/src/
H A Dreport.cpp276 item += std::to_string(inputCompMsgPtr->endX_) + ","; in GroupFocusDataAndRecord()

Completed in 5 milliseconds