Searched defs:transferTouchFocus (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/gui/ | ||
D | SurfaceComposerClient.cpp | 1122 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::transferTouchFocus( in transferTouchFocus() function in android::SurfaceComposerClient::Transaction |
/frameworks/base/services/core/java/com/android/server/input/ | ||
D | InputManagerService.java | 1569 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() method in InputManagerService |
/frameworks/native/services/inputflinger/dispatcher/ | ||
D | InputDispatcher.cpp | 3464 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() function in android::inputdispatcher::InputDispatcher |