Home
last modified time | relevance | path

Searched refs:requestPointerCapture (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h203 virtual void requestPointerCapture(const sp<IBinder>& windowToken, bool enabled) = 0;
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java197 void requestPointerCapture(IBinder windowToken, boolean enabled); in requestPointerCapture() method
480 public native void requestPointerCapture(IBinder windowToken, boolean enabled); in requestPointerCapture() method in NativeInputManagerService.NativeImpl
DInputManagerService.java1229 public void requestPointerCapture(IBinder inputChannelToken, boolean enabled) { in requestPointerCapture() method in InputManagerService
1232 mNative.requestPointerCapture(inputChannelToken, enabled); in requestPointerCapture()
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl153 oneway void requestPointerCapture(IBinder inputChannelToken, boolean enabled); in requestPointerCapture() method
DInputManager.java1021 public void requestPointerCapture(IBinder windowToken, boolean enable) { in requestPointerCapture() method in InputManager
1022 mGlobal.requestPointerCapture(windowToken, enable); in requestPointerCapture()
DInputManagerGlobal.java1416 public void requestPointerCapture(IBinder windowToken, boolean enable) { in requestPointerCapture() method in InputManagerGlobal
1418 mIm.requestPointerCapture(windowToken, enable); in requestPointerCapture()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp301 void requestPointerCapture(const sp<IBinder>& windowToken, bool enabled);
1316 void NativeInputManager::requestPointerCapture(const sp<IBinder>& windowToken, bool enabled) { in requestPointerCapture() function in android::NativeInputManager
1317 mInputManager->getDispatcher().requestPointerCapture(windowToken, enabled); in requestPointerCapture()
2065 im->requestPointerCapture(windowToken, enabled); in nativeRequestPointerCapture()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h140 void requestPointerCapture(const sp<IBinder>& windowToken, bool enabled) override;
DInputDispatcher.cpp6284 void InputDispatcher::requestPointerCapture(const sp<IBinder>& windowToken, bool enabled) { in requestPointerCapture() function in android::inputdispatcher::InputDispatcher
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp10898 mDispatcher->requestPointerCapture(window->getToken(), enabled); in requestAndVerifyPointerCapture()
10908 mDispatcher->requestPointerCapture(mSecondWindow->getToken(), true); in TEST_F()
10916 mDispatcher->requestPointerCapture(mSecondWindow->getToken(), false); in TEST_F()
10966 mDispatcher->requestPointerCapture(mSecondWindow->getToken(), true); in TEST_F()
10981 mDispatcher->requestPointerCapture(mWindow->getToken(), true); in TEST_F()
10983 mDispatcher->requestPointerCapture(mWindow->getToken(), false); in TEST_F()
10985 mDispatcher->requestPointerCapture(mWindow->getToken(), true); in TEST_F()
11002 mDispatcher->requestPointerCapture(mWindow->getToken(), false); in TEST_F()
11005 mDispatcher->requestPointerCapture(mWindow->getToken(), true); in TEST_F()
11071 mDispatcher->requestPointerCapture(mSecondWindow->getToken(), true); in TEST_F()
[all …]
/frameworks/base/core/java/android/view/
DView.java30741 public void requestPointerCapture() { in requestPointerCapture() method
30744 viewRootImpl.requestPointerCapture(true); in requestPointerCapture()
30760 viewRootImpl.requestPointerCapture(false); in releasePointerCapture()
DViewRootImpl.java6252 void requestPointerCapture(boolean enabled) { in requestPointerCapture() method in ViewRootImpl
6260 .requestPointerCapture(inputToken, enabled); in requestPointerCapture()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20806 Landroid/hardware/input/IInputManager$Stub$Proxy;->requestPointerCapture(Landroid/os/IBinder;Z)V
20860 Landroid/hardware/input/IInputManager;->requestPointerCapture(Landroid/os/IBinder;Z)V
20930 Landroid/hardware/input/InputManager;->requestPointerCapture(Landroid/os/IBinder;Z)V
64280 Landroid/view/ViewRootImpl;->requestPointerCapture(Z)V
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt52973 method public void requestPointerCapture();