Searched defs:showInputToken (Results 1 – 5 of 5) sorted by relevance
308 IBinder showInputToken) { in showSoftInputWithToken()377 public void setCurrentShowInputToken(IBinder showInputToken); in setCurrentShowInputToken()
57 void showSoftInput(in IBinder showInputToken, int flags, in ResultReceiver resultReceiver); in showSoftInput()
383 public void showSoftInput(IBinder showInputToken, int flags, ResultReceiver resultReceiver) { in showSoftInput()
785 IBinder showInputToken) { in showSoftInputWithToken()844 public void setCurrentShowInputToken(IBinder showInputToken) { in setCurrentShowInputToken()
3128 Binder showInputToken = new Binder(); in showCurrentInputLocked() local