Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DDragDropControllerTests.java117 when(sWm.mInputManager.transferTouchFocus(any(), any())).thenReturn(true); in setUp()
172 assertTrue(sWm.mInputManager.transferTouchFocus(null, null)); in dragFlow()
DTaskPositioningControllerTests.java57 when(sWm.mInputManager.transferTouchFocus( in setUp()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java162 return service.transferTouchFocus(source, state.getInputChannel()); in registerInputChannel()
DTaskPositioningController.java142 if (!mInputManager.transferTouchFocus( in startPositioningLocked()
/frameworks/native/services/inputflinger/
DInputDispatcher.h338 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
395 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
DInputDispatcher.cpp3095 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() function in android::InputDispatcher
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1497 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1531 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() method in InputManagerService