Home
last modified time | relevance | path

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

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