Searched refs:clearLastInputMethodWindowForTransition (Results 1 – 7 of 7) sorted by relevance
268 public abstract void clearLastInputMethodWindowForTransition(); in clearLastInputMethodWindowForTransition() method in WindowManagerInternal
82 void clearLastInputMethodWindowForTransition(in IBinder token); in clearLastInputMethodWindowForTransition() method
222 public void clearLastInputMethodWindowForTransition(IBinder arg0) throws RemoteException { in clearLastInputMethodWindowForTransition() method in BridgeIInputMethodManager
2176 public void clearLastInputMethodWindowForTransition(final IBinder token) { in clearLastInputMethodWindowForTransition() method in InputMethodManager2179 mService.clearLastInputMethodWindowForTransition(token); in clearLastInputMethodWindowForTransition()
1719 mImm.clearLastInputMethodWindowForTransition(mToken); in clearInsetOfPreviousIme()
2647 public void clearLastInputMethodWindowForTransition(IBinder token) { in clearLastInputMethodWindowForTransition() method in InputMethodManagerService2661 mWindowManagerInternal.clearLastInputMethodWindowForTransition(); in clearLastInputMethodWindowForTransition()
11355 public void clearLastInputMethodWindowForTransition() { in clearLastInputMethodWindowForTransition() method in WindowManagerService.LocalService