Searched defs:fromChannelToken (Results 1 – 4 of 4) sorted by relevance
72 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
101 boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()280 public native boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()
1807 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()3747 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
1834 sp<IBinder> fromChannelToken = ibinderForJavaObject(env, fromChannelTokenObj); in nativeTransferTouchFocus() local