Searched refs:activeInputTypes (Results 1 – 4 of 4) sorted by relevance
65 @NonNull @InputTypeEnum int[] activeInputTypes); in onCaptureStateChanged() argument293 private void dispatchOnCaptureStateChanged(int targetDisplayType, int[] activeInputTypes) { in dispatchOnCaptureStateChanged() argument297 callback.onCaptureStateChanged(targetDisplayType, activeInputTypes); in dispatchOnCaptureStateChanged()329 public void onCaptureStateChanged(int targetDisplayType, int[] activeInputTypes) { in onCaptureStateChanged() argument334 manager.dispatchOnCaptureStateChanged(targetDisplayType, activeInputTypes); in onCaptureStateChanged()
29 void onCaptureStateChanged(int targetDisplayType, in int[] activeInputTypes) = 3; in onCaptureStateChanged() argument
104 @NonNull @CarInputManager.InputTypeEnum int[] activeInputTypes) { in onCaptureStateChanged() argument105 Log.i(TAG, "onCaptureStateChanged types:" + Arrays.toString(activeInputTypes) in onCaptureStateChanged()108 mStateChanges.addFirst(new Pair<Integer, int[]>(targetDisplayId, activeInputTypes)); in onCaptureStateChanged()
481 @android.annotation.NonNull @CarInputManager.InputTypeEnum int[] activeInputTypes) { in onCaptureStateChanged() argument