Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dxserver-properties.h59 #define ACCEL_PROP_CONSTANT_DECELERATION "Device Accel Constant Deceleration" macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c243 if (atom != XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION)) in AccelSetDecelProperty()
267 XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION); in AccelInitDecelProperty()
403 prop = XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION); in DeletePredictableAccelerationProperties()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c56 {0, ACCEL_PROP_CONSTANT_DECELERATION},
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c147 prop = XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION); in ProcessVelocityConfiguration()