Home
last modified time | relevance | path

Searched refs:endY_ (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()
70 int endY_ = -1; variable
Dcomponent_manager.h99 return endY_; in GetEndY()
110 int32_t endY_ = -1; variable
/test/ostest/wukong/input_factory/src/
Dswap_input.cpp46 int yDstPosition = swapPtr->endY_; in OrderInput()
53 ySrcPosition = swapPtr->endY_; in OrderInput()
Dcomponent_input.cpp357 componentInputMsg->endY_ = componentManager->GetEndY(); in FocusInput()
/test/ostest/wukong/common/src/
Dcomponent_manager.cpp225 int32_t elementTouchY = startY_ + (endY_ - startY_) / DIV; in ComponentTouchInput()
250 int32_t componentUpSwapStartY = endY_ - OFFSET; in ComponentUpSwapInput()
267 int32_t componentDownSwapEndY = endY_ - OFFSET; in ComponentDownSwapInput()
293 int32_t leftSwapStartY = startY_ + (endY_ - startY_) / DIV; in ComponentLeftSwapInput()
307 endY_ = componentBounds.GetRightBottomYScreenPostion(); in GetComponentPosition()
/test/ostest/wukong/report/include/
Dinput_msg_object.h113 int32_t endY_ = 0; variable
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp107 swapParam->endY_ = stoi(swapEndPoint_[1]); in EnvInit()
/test/ostest/wukong/report/src/
Dreport.cpp277 item += std::to_string(inputCompMsgPtr->endY_) + ","; in GroupFocusDataAndRecord()