Searched refs:supportsSource (Results 1 – 13 of 13) sorted by relevance
39 get() = supportsSource(InputDevice.SOURCE_STYLUS)
70 whenever(stylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in setUp()73 whenever(externalDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in setUp()
100 whenever(otherDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(false) in <lambda>()101 whenever(stylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in <lambda>()102 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in <lambda>()
94 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in setUp()
111 if (!device.supportsSource(InputDevice.SOURCE_STYLUS)) return in <lambda>()136 if (!device.supportsSource(InputDevice.SOURCE_STYLUS)) return in <lambda>()347 if (device.supportsSource(InputDevice.SOURCE_STYLUS)) { in <lambda>()
76 .any { it.supportsSource(InputDevice.SOURCE_STYLUS) && !it.isExternal } in hostDeviceSupportsStylusInput()
139 val isTouchpadDevice = inputDevice != null && inputDevice.supportsSource(SOURCE_TOUCHPAD) in resolvePaint()
154 if (inputDev.supportsSource(inputSource)) { in getInputDeviceId()
1019 public boolean supportsSource(int source) { in supportsSource() method in InputDevice
4450 return inputDevice.supportsSource(InputDevice.SOURCE_STYLUS) in isStylusDevice()4451 || inputDevice.supportsSource(InputDevice.SOURCE_BLUETOOTH_STYLUS); in isStylusDevice()4455 return inputDevice.supportsSource(InputDevice.SOURCE_TOUCHSCREEN); in isFingerDevice()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32260 method public boolean supportsSource(int);
51035 method public boolean supportsSource(int);