Searched refs:setWillReplaceWindow (Results 1 – 4 of 4) sorted by relevance
3919 void setWillReplaceWindow(boolean animate) { in setWillReplaceWindow() method in WindowState3922 c.setWillReplaceWindow(animate); in setWillReplaceWindow()4007 setWillReplaceWindow(false /* animate */); in setWillReplaceChildWindows()
1127 w.setWillReplaceWindow(animate); in setWillReplaceWindows()
721 windowManager.setWillReplaceWindow(topActivity.appToken, animate); in reparent()
6462 public void setWillReplaceWindow(IBinder token, boolean animate) { in setWillReplaceWindow() method in WindowManagerService