Home
last modified time | relevance | path

Searched refs:isAnyStylusSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/hardware/
DInputDevice.kt26 get() = isAnyStylusSource && !isExternal
30 get() = isAnyStylusSource && isExternal
38 val InputDevice.isAnyStylusSource: Boolean constant
DInputManager.kt69 fun InputManager.hasAnyStylusSource(): Boolean = hasInputDevice { it.isAnyStylusSource } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerUI.kt44 import com.android.systemui.shared.hardware.isAnyStylusSource
179 return inputManager.hasInputDevice { it.isAnyStylusSource && it.bluetoothAddress != null } in hasConnectedBluetoothStylus()