/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherInterface.h | 203 virtual void requestPointerCapture(const sp<IBinder>& windowToken, bool enabled) = 0;
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 197 void requestPointerCapture(IBinder windowToken, boolean enabled); in requestPointerCapture() method 480 public native void requestPointerCapture(IBinder windowToken, boolean enabled); in requestPointerCapture() method in NativeInputManagerService.NativeImpl
|
D | InputManagerService.java | 1229 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/ |
D | IInputManager.aidl | 153 oneway void requestPointerCapture(IBinder inputChannelToken, boolean enabled); in requestPointerCapture() method
|
D | InputManager.java | 1021 public void requestPointerCapture(IBinder windowToken, boolean enable) { in requestPointerCapture() method in InputManager 1022 mGlobal.requestPointerCapture(windowToken, enable); in requestPointerCapture()
|
D | InputManagerGlobal.java | 1416 public void requestPointerCapture(IBinder windowToken, boolean enable) { in requestPointerCapture() method in InputManagerGlobal 1418 mIm.requestPointerCapture(windowToken, enable); in requestPointerCapture()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 301 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/ |
D | InputDispatcher.h | 140 void requestPointerCapture(const sp<IBinder>& windowToken, bool enabled) override;
|
D | InputDispatcher.cpp | 6284 void InputDispatcher::requestPointerCapture(const sp<IBinder>& windowToken, bool enabled) { in requestPointerCapture() function in android::inputdispatcher::InputDispatcher
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 10898 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/ |
D | View.java | 30741 public void requestPointerCapture() { in requestPointerCapture() method 30744 viewRootImpl.requestPointerCapture(true); in requestPointerCapture() 30760 viewRootImpl.requestPointerCapture(false); in releasePointerCapture()
|
D | ViewRootImpl.java | 6252 void requestPointerCapture(boolean enabled) { in requestPointerCapture() method in ViewRootImpl 6260 .requestPointerCapture(inputToken, enabled); in requestPointerCapture()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 20806 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 52973 method public void requestPointerCapture();
|