Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dcomponent_manager.cpp225 int32_t elementTouchY = startY_ + (endY_ - startY_) / DIV; in ComponentTouchInput()
252 int32_t componentUpSwapEndY = startY_ + OFFSET; in ComponentUpSwapInput()
265 int32_t componentDownSwapStartY = startY_ + OFFSET; in ComponentDownSwapInput()
293 int32_t leftSwapStartY = startY_ + (endY_ - startY_) / DIV; in ComponentLeftSwapInput()
305 startY_ = componentBounds.GetLeftTopYScreenPostion(); in GetComponentPosition()
/test/ostest/wukong/common/include/
Dspecial_test_object.h58 … = sprintf_s(buffer, sizeof(buffer), "Swap: (%d, %d) -> (%d, %d)", endX_, endY_, startX_, startY_); in toString()
60 … = sprintf_s(buffer, sizeof(buffer), "Swap: (%d, %d) -> (%d, %d)", startX_, startY_, endX_, endY_); in toString()
68 int startY_ = -1; variable
Dcomponent_manager.h81 return startY_; in GetStartY()
109 int32_t startY_ = -1; variable
/test/ostest/wukong/input_factory/src/
Dswap_input.cpp44 int ySrcPosition = swapPtr->startY_; in OrderInput()
55 yDstPosition = swapPtr->startY_; in OrderInput()
Dcomponent_input.cpp355 componentInputMsg->startY_ = componentManager->GetStartY(); in FocusInput()
/test/ostest/wukong/report/include/
Dinput_msg_object.h111 int32_t startY_ = 0; variable
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp105 swapParam->startY_ = stoi(swapStartPoint_[1]); in EnvInit()
/test/ostest/wukong/report/src/
Dreport.cpp275 item += std::to_string(inputCompMsgPtr->startY_) + ","; in GroupFocusDataAndRecord()