Home
last modified time | relevance | path

Searched defs:transferTouchFocus (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/inputflinger/host/
DInputFlinger.h45 void transferTouchFocus(const sp<IBinder>&, const sp<IBinder>&) {} in transferTouchFocus() function
/frameworks/native/services/inputflinger/
DInputManager.cpp120 void InputManager::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() function in android::InputManager
DInputDispatcher.cpp3469 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
/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/native/libs/gui/
DSurfaceComposerClient.cpp1121 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::transferTouchFocus( in transferTouchFocus() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java2275 public Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus() method in SurfaceControl.Transaction