/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerInternal.java | 77 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() method in InputManagerInternal
|
H A D | NativeInputManagerService.java | 111 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 D | InputManagerService.java | 1311 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 D | TaskPositioningControllerTests.java | 63 when(mWm.mInputManager.transferTouchFocus( in setUp()
|
H A D | DragDropControllerTests.java | 172 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 D | TaskPositioningController.java | 206 if (!mService.mInputManager.transferTouchFocus( in startPositioningLocked()
|
H A D | WindowManagerInternal.java | 312 service.transferTouchFocus(source, state.getInputChannel(), in registerInputChannel()
|
H A D | WindowManagerService.java | 8818 return mInputManager.transferTouchFocus(embeddedInputChannel, hostInputChannel); in transferEmbeddedTouchFocusToHost()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 2019 if (im->getInputManager()->getDispatcher().transferTouchFocus(fromChannelToken, toChannelToken, in nativeTransferTouchFocus()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 5820 return mInputManagerInternal.transferTouchFocus(sourceInputToken, curHostInputToken); in transferTouchFocusToImeWindow()
|