Lines Matching defs:InputReaderConfiguration
125 struct InputReaderConfiguration { struct
127 enum {
165 nsecs_t virtualKeyQuietTime;
169 std::vector<std::string> excludedDeviceNames;
173 std::unordered_map<std::string, uint8_t> portAssociations;
176 VelocityControlParameters pointerVelocityControlParameters;
179 VelocityControlParameters wheelVelocityControlParameters;
182 bool pointerGesturesEnabled;
187 nsecs_t pointerGestureQuietInterval;
192 float pointerGestureDragMinSwitchSpeed; // in pixels per second
196 nsecs_t pointerGestureTapInterval;
205 nsecs_t pointerGestureTapDragInterval;
209 float pointerGestureTapSlop; // in pixels
214 nsecs_t pointerGestureMultitouchSettleInterval;
218 float pointerGestureMultitouchMinDistance; // in pixels
225 float pointerGestureSwipeTransitionAngleCosine;
231 float pointerGestureSwipeMaxWidthRatio;
255 InputReaderConfiguration() : in InputReaderConfiguration() argument