Searched refs:mGestureInterpreter (Results 1 – 2 of 2) sorted by relevance
237 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()
81 mGestureInterpreter; variable