Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DInputManagerInternal.java79 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerInternal
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1779 public boolean transferTouchFocus(@NonNull InputChannel fromChannel, in transferTouchFocus() method in InputManagerService
1798 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerService
3459 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerService.LocalService
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4779 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken, in transferTouchFocus() function in android::inputdispatcher::InputDispatcher