Searched defs:fromChannelToken (Results 1 – 4 of 4) sorted by relevance
77 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
111 boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()339 public native boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()
1330 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()3213 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
2015 sp<IBinder> fromChannelToken = ibinderForJavaObject(env, fromChannelTokenObj); in nativeTransferTouchFocus() local