Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp758 return static_cast<float>(sqrt(pow(knuckleGesture.lastDownPointer.x - item.GetDisplayX(), POW_SQUARE) + in AbsDiff()
759 pow(knuckleGesture.lastDownPointer.y - item.GetDisplayY(), POW_SQUARE))); in AbsDiff()
H A Dkey_command_handler.cpp447 knuckleGesture.lastDownPointer.x = item.GetDisplayX(); in UpdateKnuckleGestureInfo()
448 knuckleGesture.lastDownPointer.y = item.GetDisplayY(); in UpdateKnuckleGestureInfo()
449 knuckleGesture.lastDownPointer.id = touchEvent->GetId(); in UpdateKnuckleGestureInfo()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h142 } lastDownPointer; member

Completed in 7 milliseconds