Home
last modified time | relevance | path

Searched refs:supportsSource (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
H A DStylusUsiPowerStartableTest.kt70 whenever(stylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true)
73 whenever(externalDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true)
H A DStylusManagerTest.kt100 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)
H A DStylusUsiPowerUiTest.kt94 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/hardware/
H A DInputDevice.kt39 get() = supportsSource(InputDevice.SOURCE_STYLUS)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
H A DStylusManager.kt111 if (!device.supportsSource(InputDevice.SOURCE_STYLUS)) return
136 if (!device.supportsSource(InputDevice.SOURCE_STYLUS)) return
347 if (device.supportsSource(InputDevice.SOURCE_STYLUS)) {
H A DStylusUsiPowerStartable.kt76 .any { it.supportsSource(InputDevice.SOURCE_STYLUS) && !it.isExternal }
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java121 if (inputDev.supportsSource(inputSource)) { in getInputDeviceId()
/aosp14/frameworks/base/core/java/android/view/
H A DInputDevice.java936 public boolean supportsSource(int source) { in supportsSource() method in InputDevice
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4558 return inputDevice.supportsSource(InputDevice.SOURCE_STYLUS) in isStylusDevice()
4559 || inputDevice.supportsSource(InputDevice.SOURCE_BLUETOOTH_STYLUS); in isStylusDevice()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50560 method public boolean supportsSource(int);