Searched refs:fingerLow (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | synaptics.c | 320 int *fingerLow, int *fingerHigh) 328 *fingerLow = priv->minp + 1; 332 *fingerLow = 70; 336 *fingerLow = priv->minp + range * (25.0 / 256); 538 int fingerLow, fingerHigh; /* pressure */ local in function:set_default_parameters 582 calculate_tap_hysteresis(priv, range, &fingerLow, &fingerHigh); 641 pars->finger_low = xf86SetIntOption(opts, "FingerLow", fingerLow); 319 calculate_tap_hysteresis(SynapticsPrivate * priv,int range,int * fingerLow,int * fingerHigh) argument
|
Completed in 5 milliseconds