Home
last modified time | relevance | path

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

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