Home
last modified time | relevance | path

Searched refs:associatedDisplayId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputManagerTest.kt85 associatedDisplayId: Int,
93 .thenReturn(createInputDevice(deviceId, associatedDisplayId, usiVersion, generation))
102 associatedDisplayId: Int,
106 notifyDeviceChanged(deviceId, associatedDisplayId, usiVersion)
134 associatedDisplayId: Int,
142 .setAssociatedDisplayId(associatedDisplayId)
/aosp14/frameworks/base/core/java/android/view/
H A DInputDevice.java475 int usiVersionMinor, int associatedDisplayId) { in InputDevice() argument
504 mAssociatedDisplayId = associatedDisplayId; in InputDevice()