Home
last modified time | relevance | path

Searched refs:transferTouch (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java122 boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch() method
374 public native boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch() method in NativeInputManagerService.NativeImpl
DInputManagerService.java693 public boolean transferTouch(IBinder destChannelToken, int displayId) { in transferTouch() method in InputManagerService
696 return mNative.transferTouch(destChannelToken, displayId); in transferTouch()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java2646 public boolean transferTouch() { in transferTouch() method in WindowState
2647 return mWmService.mInputManager.transferTouch(mInputChannelToken, getDisplayId()); in transferTouch()
DDisplayPolicy.java2303 final boolean transferred = mStatusBar.transferTouch();