Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DSinglePointerTouchProcessorTest.kt60 val currentPointers: List<TestPointer>,
169 TestPointer(id = POINTER_ID_1, onSensor = false),
170 TestPointer(id = POINTER_ID_2, onSensor = true)
180 TestPointer(id = POINTER_ID_1, onSensor = false),
181 TestPointer(id = POINTER_ID_2, onSensor = true)
296 TestPointer(id = POINTER_ID_1, onSensor = true),
310 TestPointer(id = POINTER_ID_2, onSensor = true)
350 TestPointer(id = POINTER_ID_2, onSensor = true)
385 TestPointer(id = POINTER_ID_2, onSensor = true)
395 data class TestPointer(val id: Int, val onSensor: Boolean) dataClass
[all …]