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.cpp225 void setPointerCapture(bool enabled);
868 void NativeInputManager::setPointerCapture(bool enabled) { in setPointerCapture() function in android::NativeInputManager
1466 im->setPointerCapture(enabled); in nativeSetPointerCapture()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1476 setPointerCapture(false); in setInputWindows()
1497 setPointerCapture(enabled); in requestPointerCapture()
1505 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()