Home
last modified time | relevance | path

Searched refs:ACCEL_PROP_ADAPTIVE_DECELERATION (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dxserver-properties.h61 #define ACCEL_PROP_ADAPTIVE_DECELERATION "Device Accel Adaptive Deceleration" macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c287 if (atom != XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION)) in AccelSetAdaptDecelProperty()
312 XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION); in AccelInitAdaptDecelProperty()
401 prop = XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION); in DeletePredictableAccelerationProperties()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c57 {0, ACCEL_PROP_ADAPTIVE_DECELERATION},
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c156 prop = XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION); in ProcessVelocityConfiguration()