Searched refs:startX_ (Results 1 – 8 of 8) sorted by relevance
/test/ostest/wukong/common/src/ |
D | component_manager.cpp | 224 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() 291 int32_t leftSwapStartX = startX_ + OFFSET; in ComponentLeftSwapInput() 304 startX_ = componentBounds.GetLeftTopXScreenPostion(); in GetComponentPosition()
|
/test/ostest/wukong/common/include/ |
D | special_test_object.h | 58 … = 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_, … in toString() 67 int startX_ = -1; variable
|
D | component_manager.h | 72 return startX_; in GetStartX() 107 int32_t startX_ = -1; variable
|
/test/ostest/wukong/input_factory/src/ |
D | swap_input.cpp | 43 int xSrcPosition = swapPtr->startX_; in OrderInput() 54 xDstPosition = swapPtr->startX_; in OrderInput()
|
D | component_input.cpp | 354 componentInputMsg->startX_ = componentManager->GetStartX(); in FocusInput()
|
/test/ostest/wukong/report/include/ |
D | input_msg_object.h | 110 int32_t startX_ = 0; variable
|
/test/ostest/wukong/test_flow/src/ |
D | special_test_flow.cpp | 104 swapParam->startX_ = stoi(swapStartPoint_[0]); in EnvInit()
|
/test/ostest/wukong/report/src/ |
D | report.cpp | 274 item += std::to_string(inputCompMsgPtr->startX_) + ","; in GroupFocusDataAndRecord()
|