Searched refs:inputDeviceId (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
H A D | StylusUsiPowerUI.kt | 68 @VisibleForTesting var inputDeviceId: Int? = null 113 inputDeviceId = deviceId 204 if (inputDeviceId == null) return 207 args.putInt(KEY_DEVICE_INPUT_ID, inputDeviceId!!)
|
H A D | StylusManager.kt | 177 val inputDeviceId: Int = 184 "Charging state metadata changed for device $inputDeviceId " + 189 cb.onStylusBluetoothChargingStateChanged(inputDeviceId, device, isCharging) 374 inputDeviceId: Int,
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
H A D | InputController.java | 493 String deviceName, int inputDeviceId) { in addDeviceForTesting() argument 496 }, type, displayId, phys, deviceName, inputDeviceId)); in addDeviceForTesting() 628 int displayId, String phys, String name, int inputDeviceId) { in InputDeviceDescriptor() argument 635 mInputDeviceId = inputDeviceId; in InputDeviceDescriptor() 795 final int inputDeviceId; in createDeviceInternal() local 809 inputDeviceId = waiter.waitForDeviceCreation(); in createDeviceInternal() 830 deviceName, inputDeviceId)); in createDeviceInternal()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewConfiguration.java | 1165 public int getScaledMinimumFlingVelocity(int inputDeviceId, int axis, int source) { in getScaledMinimumFlingVelocity() argument 1166 if (!isInputDeviceInfoValid(inputDeviceId, axis, source)) return NO_FLING_MIN_VELOCITY; in getScaledMinimumFlingVelocity() 1183 public int getScaledMaximumFlingVelocity(int inputDeviceId, int axis, int source) { in getScaledMaximumFlingVelocity() argument 1184 if (!isInputDeviceInfoValid(inputDeviceId, axis, source)) return NO_FLING_MAX_VELOCITY; in getScaledMaximumFlingVelocity()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/ |
H A D | StylusUsiPowerUiTest.kt | 133 assertThat(stylusUsiPowerUi.inputDeviceId).isEqualTo(1)
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | BatteryController.java | 242 private BluetoothDevice getBluetoothDevice(int inputDeviceId) { in getBluetoothDevice() argument 244 processInputDevice(inputDeviceId, null /*defaultValue*/, in getBluetoothDevice()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | EdgeBackGestureHandler.java | 557 for (int inputDeviceId : inputDevices) { in onNavBarAttached() 558 mInputDeviceListener.onInputDeviceAdded(inputDeviceId); in onNavBarAttached()
|