Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchpadInputMapper.cpp237 mGestureInterpreter(NewGestureInterpreter(), DeleteGestureInterpreter), in TouchpadInputMapper()
252 mGestureInterpreter->Initialize(GESTURES_DEVCLASS_TOUCHPAD); in TouchpadInputMapper()
253 mGestureInterpreter->SetHardwareProperties(createHardwareProperties(deviceContext)); in TouchpadInputMapper()
258 mGestureInterpreter->SetPropProvider(const_cast<GesturesPropProvider*>(&gesturePropProvider), in TouchpadInputMapper()
261 mGestureInterpreter->SetTimerProvider(const_cast<GesturesTimerProvider*>( in TouchpadInputMapper()
265 mGestureInterpreter->SetCallback(gestureInterpreterCallback, this); in TouchpadInputMapper()
275 mGestureInterpreter->SetPropProvider(nullptr, nullptr); in ~TouchpadInputMapper()
276 mGestureInterpreter->SetTimerProvider(nullptr, nullptr); in ~TouchpadInputMapper()
416 mGestureInterpreter->PushHardwareState(&state); in resetGestureInterpreter()
465 mGestureInterpreter->PushHardwareState(&schs.state); in sendHardwareState()
DTouchpadInputMapper.h81 mGestureInterpreter; variable