Home
last modified time | relevance | path

Searched refs:setPointerDisplayId (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DInputManagerServiceTests.kt146 verify(native).setPointerDisplayId(displayId)
176 verify(native).setPointerDisplayId(overrideDisplayId)
203 verify(native).setPointerDisplayId(pointerDisplayId)
228 verify(native).setPointerDisplayId(overrideDisplayId)
236 }.`when`(native).setPointerDisplayId(anyInt())
271 verify(native, times(2)).setPointerDisplayId(anyInt())
293 verify(native).setPointerDisplayId(eq(10))
377 verify(native).setPointerDisplayId(overrideDisplayId)
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java218 void setPointerDisplayId(int displayId); in setPointerDisplayId() method
485 public native void setPointerDisplayId(int displayId); in setPointerDisplayId() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java1379 mNative.setPointerDisplayId(pointerDisplayId); in updatePointerDisplayIdLocked()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp292 void setPointerDisplayId(int32_t displayId);
1083 void NativeInputManager::setPointerDisplayId(int32_t displayId) { in setPointerDisplayId() function in android::NativeInputManager
2560 im->setPointerDisplayId(displayId); in nativeSetPointerDisplayId()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7245 void setPointerDisplayId(int displayId) { in setPointerDisplayId() method in WindowManagerService.MousePositionTracker
7334 mMousePositionTracker.setPointerDisplayId(displayId); in setMousePointerDisplayId()