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.cpp222 void setPointerCapture(bool enabled);
865 void NativeInputManager::setPointerCapture(bool enabled) { in setPointerCapture() function in android::NativeInputManager
1463 im->setPointerCapture(enabled); in nativeSetPointerCapture()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1564 setPointerCapture(false); in setInputWindows()
1585 setPointerCapture(enabled); in requestPointerCapture()
1593 private void setPointerCapture(boolean enabled) { in setPointerCapture() method in InputManagerService
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp200 void setPointerCapture(bool enabled) { in setPointerCapture() function in android::FakeInputReaderPolicy
2799 mFakePolicy->setPointerCapture(true); in TEST_F()
2866 mFakePolicy->setPointerCapture(false); in TEST_F()