Searched refs:setPointerCapture (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp212 void setPointerCapture(bool enabled);
820 void NativeInputManager::setPointerCapture(bool enabled) { function in class:android::NativeInputManager
1405 im->setPointerCapture(enabled);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1532 setPointerCapture(false);
1553 setPointerCapture(enabled);
1561 private void setPointerCapture(boolean enabled) { method in class:InputManagerService
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp183 void setPointerCapture(bool enabled) { function in class:android::FakeInputReaderPolicy
2666 mFakePolicy->setPointerCapture(true);
2733 mFakePolicy->setPointerCapture(false);

Completed in 4847 milliseconds