Searched defs:getBoundsForNewConfiguration (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java135 // Will be cleared once the client retrieves the new bounds via getBoundsForNewConfiguration().
424 void getBoundsForNewConfiguration(Rect outBounds) { method in class:TaskStack
H A DWindowManagerService.java3770 public Rect getBoundsForNewConfiguration(int stackId) { method in class:WindowManagerService
3774 stack.getBoundsForNewConfiguration(outBounds);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java413 public Rect getBoundsForNewConfiguration(int stackId) throws RemoteException { method in class:IWindowManagerImpl

Completed in 87 milliseconds