Searched defs:transferTouchFocus (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/hardware/input/ | ||
H A D | InputManagerInternal.java | 79 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerInternal |
/aosp12/frameworks/base/services/core/java/com/android/server/input/ | ||
H A D | InputManagerService.java | 1795 public boolean transferTouchFocus(@NonNull InputChannel fromChannel, in transferTouchFocus() method in InputManagerService |
/aosp12/frameworks/native/services/inputflinger/dispatcher/ | ||
H A D | InputDispatcher.cpp | 4832 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken, in transferTouchFocus() function in android::inputdispatcher::InputDispatcher |