Searched defs:showInputToken (Results 1 – 5 of 5) sorted by relevance
320 IBinder showInputToken) { in showSoftInputWithToken()389 public void setCurrentShowInputToken(IBinder showInputToken); in setCurrentShowInputToken()
56 void showSoftInput(in IBinder showInputToken, int flags, in ResultReceiver resultReceiver); in showSoftInput()
385 public void showSoftInput(IBinder showInputToken, int flags, ResultReceiver resultReceiver) { in showSoftInput()
713 IBinder showInputToken) { in showSoftInputWithToken()775 public void setCurrentShowInputToken(IBinder showInputToken) { in setCurrentShowInputToken()
3204 Binder showInputToken = new Binder(); in showCurrentInputLocked() local