/frameworks/native/services/inputflinger/ |
D | InputManager.cpp | 120 void InputManager::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() function in android::InputManager 121 mDispatcher->transferTouchFocus(fromToken, toToken); in transferTouchFocus()
|
D | InputManager.h | 99 virtual void transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken);
|
D | InputDispatcher.h | 360 virtual bool transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) = 0; 442 virtual bool transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken)
|
D | InputDispatcher.cpp | 3499 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() function in android::InputDispatcher
|
/frameworks/native/libs/input/ |
D | IInputFlinger.cpp | 48 virtual void transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() function in android::BpInputFlinger 111 transferTouchFocus(fromToken, toToken); in onTransact()
|
/frameworks/native/services/inputflinger/host/ |
D | InputFlinger.h | 45 void transferTouchFocus(const sp<IBinder>&, const sp<IBinder>&) {} in transferTouchFocus() function
|
/frameworks/native/include/input/ |
D | IInputFlinger.h | 40 virtual void transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) = 0;
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | StubTransaction.java | 100 public SurfaceControl.Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus() method in StubTransaction
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskPositioningController.java | 107 t.transferTouchFocus(mTransferTouchFromToken, h.token); in showInputSurface()
|
D | DragState.java | 176 mTransaction.transferTouchFocus(mTransferTouchFromToken, h.token); in showInputSurface()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 507 t.transferTouchFocus(fromToken, toToken).apply(true); in TEST_F()
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 441 Transaction& transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken);
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 2275 public Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus() method in SurfaceControl.Transaction
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 1121 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::transferTouchFocus( in transferTouchFocus() function in android::SurfaceComposerClient::Transaction
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 478 transaction->transferTouchFocus(fromToken, toToken); in nativeTransferTouchFocus()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2969 mInputFlinger->transferTouchFocus(transferTouchFocusCommand.fromToken, in executeInputWindowCommands()
|