Searched refs:setWillReplaceWindow (Results 1 – 4 of 4) sorted by relevance
3803 void setWillReplaceWindow(boolean animate) { in setWillReplaceWindow() method in WindowState3806 c.setWillReplaceWindow(animate); in setWillReplaceWindow()3891 setWillReplaceWindow(false /* animate */); in setWillReplaceChildWindows()
1126 w.setWillReplaceWindow(animate); in setWillReplaceWindows()
721 windowManager.setWillReplaceWindow(topActivity.appToken, animate); in reparent()
6430 public void setWillReplaceWindow(IBinder token, boolean animate) { in setWillReplaceWindow() method in WindowManagerService