Searched refs:activeInputTypes (Results 1 – 4 of 4) sorted by relevance
98 @NonNull @InputTypeEnum int[] activeInputTypes) {} in onCaptureStateChanged() argument438 int[] activeInputTypes) { in dispatchOnCaptureStateChanged() argument444 callbackHolder.mCallback.onCaptureStateChanged(targetDisplayType, activeInputTypes); in dispatchOnCaptureStateChanged()493 @NonNull @InputTypeEnum int[] activeInputTypes) { in onCaptureStateChanged() argument498 manager.dispatchOnCaptureStateChanged(targetDisplayType, activeInputTypes); in onCaptureStateChanged()
30 void onCaptureStateChanged(int targetDisplayType, in int[] activeInputTypes) = 3; in onCaptureStateChanged() argument
140 @NonNull @CarInputManager.InputTypeEnum int[] activeInputTypes) { in onCaptureStateChanged() argument141 Log.i(TAG, "onCaptureStateChanged types:" + Arrays.toString(activeInputTypes) in onCaptureStateChanged()144 mStateChanges.addFirst(new Pair<>(targetDisplayType, activeInputTypes)); in onCaptureStateChanged()
1085 method TIRAMISU_0 void onCaptureStateChanged(int targetDisplayType, int[] activeInputTypes);