Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp230 void setPointerCapture(bool enabled);
904 void NativeInputManager::setPointerCapture(bool enabled) { in setPointerCapture() function in android::NativeInputManager
1538 im->setPointerCapture(enabled); in nativeSetPointerCapture()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1533 setPointerCapture(enabled); in requestPointerCapture()
1536 private void setPointerCapture(boolean enabled) { in setPointerCapture() method in InputManagerService
1874 setPointerCapture(false); in notifyFocusChanged()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp250 void setPointerCapture(bool enabled) { in setPointerCapture() function in android::FakeInputReaderPolicy
3076 mFakePolicy->setPointerCapture(true); in TEST_F()
3143 mFakePolicy->setPointerCapture(false); in TEST_F()
/frameworks/base/services/
Dart-profile7213 HSPLcom/android/server/input/InputManagerService;->setPointerCapture(Z)V