Lines Matching defs:InputReaderConfiguration
151 struct InputReaderConfiguration { struct
153 enum {
191 nsecs_t virtualKeyQuietTime;
195 std::vector<std::string> excludedDeviceNames;
199 std::unordered_map<std::string, uint8_t> portAssociations;
203 std::unordered_map<std::string, std::string> uniqueIdAssociations;
206 int32_t defaultPointerDisplayId;
209 VelocityControlParameters pointerVelocityControlParameters;
212 VelocityControlParameters wheelVelocityControlParameters;
215 bool pointerGesturesEnabled;
220 nsecs_t pointerGestureQuietInterval;
225 float pointerGestureDragMinSwitchSpeed; // in pixels per second
229 nsecs_t pointerGestureTapInterval;
238 nsecs_t pointerGestureTapDragInterval;
242 float pointerGestureTapSlop; // in pixels
247 nsecs_t pointerGestureMultitouchSettleInterval;
251 float pointerGestureMultitouchMinDistance; // in pixels
258 float pointerGestureSwipeTransitionAngleCosine;
264 float pointerGestureSwipeMaxWidthRatio;
288 InputReaderConfiguration() in InputReaderConfiguration() argument