Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/hardware/
DInputDevice.kt29 val InputDevice.isExternalStylusSource: Boolean constant
DInputManager.kt66 fun InputManager.hasExternalStylusSource(): Boolean = hasInputDevice { it.isExternalStylusSource } in <lambda>()