Home
last modified time | relevance | path

Searched defs:sendPressure (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DUinputTouchDevice.kt134 fun sendPressure(pressure: Int) { in sendPressure() method
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DUinputDevice.cpp234 void UinputTouchScreen::sendPressure(int32_t pressure) { in sendPressure() function in android::UinputTouchScreen