Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp328 mPointerVelocityControl.setParameters(mConfig.pointerVelocityControlParameters); in reconfigure()
1369 mPointerVelocityControl.reset(); in reset()
2689 mPointerVelocityControl.reset(); in abortPointerGestures()
2716 mPointerVelocityControl.reset(); in preparePointerGestures()
2780 mPointerVelocityControl.reset(); in preparePointerGestures()
2822 mPointerVelocityControl.reset(); in preparePointerGestures()
2889 mPointerVelocityControl.reset(); in preparePointerGestures()
2926 mPointerVelocityControl.reset(); in preparePointerGestures()
3096 mPointerVelocityControl.reset(); in prepareMultiFingerPointerGestures()
3260 mPointerVelocityControl.move(when, &commonDeltaX, &commonDeltaY); in prepareMultiFingerPointerGestures()
[all …]
DTouchInputMapper.h728 SimpleVelocityControl mPointerVelocityControl; variable