Searched refs:setPointerDisplayId (Results 1 – 5 of 5) sorted by relevance
146 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)
218 void setPointerDisplayId(int displayId); in setPointerDisplayId() method485 public native void setPointerDisplayId(int displayId); in setPointerDisplayId() method in NativeInputManagerService.NativeImpl
1379 mNative.setPointerDisplayId(pointerDisplayId); in updatePointerDisplayIdLocked()
292 void setPointerDisplayId(int32_t displayId);1083 void NativeInputManager::setPointerDisplayId(int32_t displayId) { in setPointerDisplayId() function in android::NativeInputManager2560 im->setPointerDisplayId(displayId); in nativeSetPointerDisplayId()
7245 void setPointerDisplayId(int displayId) { in setPointerDisplayId() method in WindowManagerService.MousePositionTracker7334 mMousePositionTracker.setPointerDisplayId(displayId); in setMousePointerDisplayId()