Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/input/
DRotaryEvent.java47 @CarInputManager.InputTypeEnum
132 @CarInputManager.InputTypeEnum int inputType, in RotaryEvent()
137 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()
151 public @CarInputManager.InputTypeEnum int getInputType() { in getInputType()
240 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()
DCarInputManager.java95 @NonNull @InputTypeEnum int[] activeInputTypes) {} in onCaptureStateChanged()
192 public @interface InputTypeEnum {} annotation in CarInputManager
282 @NonNull @InputTypeEnum int[] inputTypes, in requestInputEventCapture()
306 @NonNull @InputTypeEnum int[] inputTypes, in requestInputEventCapture()
453 @NonNull @InputTypeEnum int[] activeInputTypes) { in onCaptureStateChanged()
/packages/services/Car/tests/carservice_test/src/com/android/car/input/
DCarInputManagerTest.java136 @NonNull @CarInputManager.InputTypeEnum int[] activeInputTypes) { in onCaptureStateChanged()