Home
last modified time | relevance | path

Searched defs:setPointerCapture (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp119 void setPointerCapture(const PointerCaptureRequest&) override {} in setPointerCapture() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1387 void NativeInputManager::setPointerCapture(const PointerCaptureRequest& request) { in setPointerCapture() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp409 void setPointerCapture(const PointerCaptureRequest& request) override { in setPointerCapture() function in android::inputdispatcher::FakeInputDispatcherPolicy
H A DInputReader_test.cpp315 PointerCaptureRequest setPointerCapture(bool enabled) { in setPointerCapture() function in android::FakeInputReaderPolicy