Home
last modified time | relevance | path

Searched refs:transferTouchFocus (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerInternal.java77 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerInternal
H A 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
H A DInputManagerService.java1311 public boolean transferTouchFocus(@NonNull InputChannel fromChannel, in transferTouchFocus() method in InputManagerService
1313 return mNative.transferTouchFocus(fromChannel.getToken(), toChannel.getToken(), in transferTouchFocus()
1330 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerService
1334 return mNative.transferTouchFocus(fromChannelToken, toChannelToken, in transferTouchFocus()
3213 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerService.LocalService
3215 return InputManagerService.this.transferTouchFocus(fromChannelToken, toChannelToken); in transferTouchFocus()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskPositioningControllerTests.java63 when(mWm.mInputManager.transferTouchFocus( in setUp()
H A DDragDropControllerTests.java172 when(mWm.mInputManager.transferTouchFocus(any(InputChannel.class), in setUp()
572 assertTrue(mWm.mInputManager.transferTouchFocus(new InputChannel(), in startDrag()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioningController.java206 if (!mService.mInputManager.transferTouchFocus( in startPositioningLocked()
H A DWindowManagerInternal.java312 service.transferTouchFocus(source, state.getInputChannel(), in registerInputChannel()
H A DWindowManagerService.java8818 return mInputManager.transferTouchFocus(embeddedInputChannel, hostInputChannel); in transferEmbeddedTouchFocusToHost()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2019 if (im->getInputManager()->getDispatcher().transferTouchFocus(fromChannelToken, toChannelToken, in nativeTransferTouchFocus()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java5820 return mInputManagerInternal.transferTouchFocus(sourceInputToken, curHostInputToken); in transferTouchFocusToImeWindow()