Searched refs:transferTouch (Results 1 – 4 of 4) sorted by relevance
122 boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch() method374 public native boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch() method in NativeInputManagerService.NativeImpl
693 public boolean transferTouch(IBinder destChannelToken, int displayId) { in transferTouch() method in InputManagerService696 return mNative.transferTouch(destChannelToken, displayId); in transferTouch()
2646 public boolean transferTouch() { in transferTouch() method in WindowState2647 return mWmService.mInputManager.transferTouch(mInputChannelToken, getDisplayId()); in transferTouch()
2303 final boolean transferred = mStatusBar.transferTouch();