Searched defs:transferTouchFocus (Results  1 – 4 of 4) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/input/ | 
| D | InputManagerInternal.java | 77     public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken,  in transferTouchFocus()  method in InputManagerInternal
 | 
| D | NativeInputManagerService.java | 111     boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken,  in transferTouchFocus()  method339         public native boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken,  in transferTouchFocus()  method in NativeInputManagerService.NativeImpl
 
 | 
| D | InputManagerService.java | 1311     public boolean transferTouchFocus(@NonNull InputChannel fromChannel,  in transferTouchFocus()  method in InputManagerService1330     public boolean transferTouchFocus(@NonNull IBinder fromChannelToken,  in transferTouchFocus()  method in InputManagerService
 3213         public boolean transferTouchFocus(@NonNull IBinder fromChannelToken,  in transferTouchFocus()  method in InputManagerService.LocalService
 
 | 
| /frameworks/native/services/inputflinger/dispatcher/ | 
| D | InputDispatcher.cpp | 5449 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken,  in transferTouchFocus()  function in android::inputdispatcher::InputDispatcher
 |