Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java132 private boolean mMotionInputSupported; field in InputHalService
174 motionInputSupported = mMotionInputSupported; in setInputListener()
212 return mMotionInputSupported; in isMotionInputSupported()
240 mMotionInputSupported = false; in release()
263 mMotionInputSupported = true; in takeProperties()
907 writer.println("mMotionInputSupported:" + mMotionInputSupported);