Searched refs:showInputToken (Results 1 – 5 of 5) sorted by relevance
308 IBinder showInputToken) { in showSoftInputWithToken() argument377 public void setCurrentShowInputToken(IBinder showInputToken); in setCurrentShowInputToken() argument
57 void showSoftInput(in IBinder showInputToken, int flags, in ResultReceiver resultReceiver); in showSoftInput() argument
383 public void showSoftInput(IBinder showInputToken, int flags, ResultReceiver resultReceiver) { in showSoftInput() argument385 flags, showInputToken, resultReceiver)); in showSoftInput()
785 IBinder showInputToken) { in showSoftInputWithToken() argument787 mCurShowInputToken = showInputToken; in showSoftInputWithToken()844 public void setCurrentShowInputToken(IBinder showInputToken) { in setCurrentShowInputToken() argument845 mCurShowInputToken = showInputToken; in setCurrentShowInputToken()
3128 Binder showInputToken = new Binder(); in showCurrentInputLocked() local3129 mShowRequestWindowMap.put(showInputToken, windowToken); in showCurrentInputLocked()3132 showInputToken)); in showCurrentInputLocked()