Home
last modified time | relevance | path

Searched refs:transferTouchFocus (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/services/inputflinger/
DInputManager.cpp120 void InputManager::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() function in android::InputManager
121 mDispatcher->transferTouchFocus(fromToken, toToken); in transferTouchFocus()
DInputManager.h99 virtual void transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken);
DInputDispatcher.h360 virtual bool transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) = 0;
442 virtual bool transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken)
DInputDispatcher.cpp3499 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() function in android::InputDispatcher
/frameworks/native/libs/input/
DIInputFlinger.cpp48 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/
DInputFlinger.h45 void transferTouchFocus(const sp<IBinder>&, const sp<IBinder>&) {} in transferTouchFocus() function
/frameworks/native/include/input/
DIInputFlinger.h40 virtual void transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) = 0;
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java100 public SurfaceControl.Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus() method in StubTransaction
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioningController.java107 t.transferTouchFocus(mTransferTouchFromToken, h.token); in showInputSurface()
DDragState.java176 mTransaction.transferTouchFocus(mTransferTouchFromToken, h.token); in showInputSurface()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp507 t.transferTouchFocus(fromToken, toToken).apply(true); in TEST_F()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h441 Transaction& transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken);
/frameworks/base/core/java/android/view/
DSurfaceControl.java2275 public Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1121 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::transferTouchFocus( in transferTouchFocus() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp478 transaction->transferTouchFocus(fromToken, toToken); in nativeTransferTouchFocus()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2969 mInputFlinger->transferTouchFocus(transferTouchFocusCommand.fromToken, in executeInputWindowCommands()