Home
last modified time | relevance | path

Searched refs:leftSwapStartY (Results 1 - 1 of 1) sorted by relevance

/test/ostest/wukong/common/src/
H A Dcomponent_manager.cpp303 int32_t leftSwapStartY = startY_ + (endY_ - startY_) / DIV; in ComponentLeftSwapInput() local
304 int32_t leftSwapEndY = leftSwapStartY; in ComponentLeftSwapInput()
305 INFO_LOG_STR("Component Left Swap: (%d, %d) -> (%d, %d)", leftSwapStartX, leftSwapStartY, leftSwapEndX, in ComponentLeftSwapInput()
307 result = MultimodeManager::GetInstance()->IntervalSwap(leftSwapStartX, leftSwapStartY, leftSwapEndX, leftSwapEndY); in ComponentLeftSwapInput()

Completed in 1 milliseconds