Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dcomponent_manager.cpp25 const int DIV = 2; variable
224 int32_t elementTouchX = startX_ + (endX_ - startX_) / DIV; in ComponentTouchInput()
225 int32_t elementTouchY = startY_ + (endY_ - startY_) / DIV; in ComponentTouchInput()
249 int32_t componentUpSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentUpSwapInput()
264 int32_t componentDownSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentDownSwapInput()
293 int32_t leftSwapStartY = startY_ + (endY_ - startY_) / DIV; in ComponentLeftSwapInput()