Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/input/
DRotaryEvent.java42 @CarInputManager.InputTypeEnum
126 @CarInputManager.InputTypeEnum int inputType, in RotaryEvent()
131 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()
145 public @CarInputManager.InputTypeEnum int getInputType() { in getInputType()
231 CarInputManager.InputTypeEnum.class, null, mInputType); in RotaryEvent()
DCarInputManager.java65 @NonNull @InputTypeEnum int[] activeInputTypes); in onCaptureStateChanged()
160 public @interface InputTypeEnum {} annotation in CarInputManager
230 @NonNull @InputTypeEnum int[] inputTypes, in requestInputEventCapture()
/packages/services/Car/tests/carservice_test/src/com/android/car/input/
DCarInputManagerTest.java104 @NonNull @CarInputManager.InputTypeEnum int[] activeInputTypes) { in onCaptureStateChanged()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java481 @android.annotation.NonNull @CarInputManager.InputTypeEnum int[] activeInputTypes) { in onCaptureStateChanged()