Home
last modified time | relevance | path

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

/test/ostest/wukong/common/include/
Dspecial_test_object.h58 …result = sprintf_s(buffer, sizeof(buffer), "Swap: (%d, %d) -> (%d, %d)", endX_, endY_, startX_, st… in toString()
60 … = sprintf_s(buffer, sizeof(buffer), "Swap: (%d, %d) -> (%d, %d)", startX_, startY_, endX_, endY_); in toString()
69 int endX_ = -1; variable
Dcomponent_manager.h90 return endX_; in GetEndX()
108 int32_t endX_ = -1; variable
/test/ostest/wukong/input_factory/src/
Dswap_input.cpp45 int xDstPosition = swapPtr->endX_; in OrderInput()
52 xSrcPosition = swapPtr->endX_; in OrderInput()
Dcomponent_input.cpp356 componentInputMsg->endX_ = componentManager->GetEndX(); in FocusInput()
/test/ostest/wukong/common/src/
Dcomponent_manager.cpp224 int32_t elementTouchX = startX_ + (endX_ - startX_) / DIV; in ComponentTouchInput()
249 int32_t componentUpSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentUpSwapInput()
264 int32_t componentDownSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentDownSwapInput()
292 int32_t leftSwapEndX = endX_ + OFFSET; in ComponentLeftSwapInput()
306 endX_ = componentBounds.GetRightBottomXScreenPostion(); in GetComponentPosition()
/test/ostest/wukong/report/include/
Dinput_msg_object.h112 int32_t endX_ = 0; variable
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp106 swapParam->endX_ = stoi(swapEndPoint_[0]); in EnvInit()
/test/ostest/wukong/report/src/
Dreport.cpp276 item += std::to_string(inputCompMsgPtr->endX_) + ","; in GroupFocusDataAndRecord()