Searched refs:mPropertyProvider (Results 1 – 2 of 2) sorted by relevance
259 &mPropertyProvider); in TouchpadInputMapper()301 dump += addLinePrefix(mPropertyProvider.dump(), INDENT4); in dump()319 mPropertyProvider.loadPropertiesFromIdcFile(getDeviceContext().getConfiguration()); in reconfigure()358 mPropertyProvider.getProperty("Use Custom Touchpad Pointer Accel Curve") in reconfigure()360 GesturesProp accelCurveProp = mPropertyProvider.getProperty("Pointer Accel Curve"); in reconfigure()364 mPropertyProvider.getProperty("Use Custom Touchpad Scroll Accel Curve") in reconfigure()366 GesturesProp scrollCurveProp = mPropertyProvider.getProperty("Scroll Accel Curve"); in reconfigure()370 mPropertyProvider.getProperty("Scroll X Out Scale").setRealValues({1.0}); in reconfigure()371 mPropertyProvider.getProperty("Scroll Y Out Scale").setRealValues({1.0}); in reconfigure()372 mPropertyProvider.getProperty("Invert Scrolling") in reconfigure()[all …]
83 PropertyProvider mPropertyProvider; variable