Searched refs:endX_ (Results 1 – 5 of 5) sorted by relevance
/test/ostest/wukong/common/include/ |
D | special_test_object.h | 58 …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
|
D | component_manager.h | 72 int32_t endX_ = -1; variable
|
/test/ostest/wukong/input_factory/src/ |
D | swap_input.cpp | 45 int xDstPosition = swapPtr->endX_; in OrderInput() 52 xSrcPosition = swapPtr->endX_; in OrderInput()
|
/test/ostest/wukong/common/src/ |
D | component_manager.cpp | 223 int32_t elementTouchX = startX_ + (endX_ - startX_) / DIV; in ComponentTouchInput() 248 int32_t componentUpSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentUpSwapInput() 263 int32_t componentDownSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentDownSwapInput() 291 int32_t leftSwapEndX = endX_ + OFFSET; in ComponentLeftSwapInput() 305 endX_ = componentBounds.GetRightBottomXScreenPostion(); in GetComponentPosition()
|
/test/ostest/wukong/test_flow/src/ |
D | special_test_flow.cpp | 103 swapParam->endX_ = stoi(swapEndPoint_[0]); in EnvInit()
|