Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerInternal.java77 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerInternal
DNativeInputManagerService.java111 boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus() method
339 public native boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus() method in NativeInputManagerService.NativeImpl
DInputManagerService.java1311 public boolean transferTouchFocus(@NonNull InputChannel fromChannel, in transferTouchFocus() method in InputManagerService
1330 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/
DInputDispatcher.cpp5449 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken, in transferTouchFocus() function in android::inputdispatcher::InputDispatcher