Searched refs:supportsSource (Results 1 – 11 of 11) sorted by relevance
70 whenever(stylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true)73 whenever(externalDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true)
100 whenever(otherDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(false)101 whenever(stylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true)102 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true)
94 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true)
39 get() = supportsSource(InputDevice.SOURCE_STYLUS)
111 if (!device.supportsSource(InputDevice.SOURCE_STYLUS)) return136 if (!device.supportsSource(InputDevice.SOURCE_STYLUS)) return347 if (device.supportsSource(InputDevice.SOURCE_STYLUS)) {
76 .any { it.supportsSource(InputDevice.SOURCE_STYLUS) && !it.isExternal }
121 if (inputDev.supportsSource(inputSource)) { in getInputDeviceId()
936 public boolean supportsSource(int source) { in supportsSource() method in InputDevice
4558 return inputDevice.supportsSource(InputDevice.SOURCE_STYLUS) in isStylusDevice()4559 || inputDevice.supportsSource(InputDevice.SOURCE_BLUETOOTH_STYLUS); in isStylusDevice()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
50560 method public boolean supportsSource(int);