Searched refs:suppressResizeConfigChanges (Results 1 – 5 of 5) sorted by relevance
310 void suppressResizeConfigChanges(boolean suppress); in suppressResizeConfigChanges() method
520 void suppressResizeConfigChanges(boolean suppress); in suppressResizeConfigChanges() method
2373 mTaskInterface.suppressResizeConfigChanges(suppress);
17121 public void suppressResizeConfigChanges(boolean suppress) throws RemoteException { in suppressResizeConfigChanges() method in ActivityManagerService17122 mActivityTaskManager.suppressResizeConfigChanges(suppress); in suppressResizeConfigChanges()
4034 public void suppressResizeConfigChanges(boolean suppress) throws RemoteException { in suppressResizeConfigChanges() method in ActivityTaskManagerService