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

/frameworks/base/services/core/java/com/android/server/wm/
H A DStackWindowController.java247 public void getBoundsForNewConfiguration(Rect outBounds) { method in class:StackWindowController
249 mContainer.getBoundsForNewConfiguration(outBounds);
H A DTaskStack.java144 // Will be cleared once the client retrieves the new bounds via getBoundsForNewConfiguration().
504 void getBoundsForNewConfiguration(Rect outBounds) { method in class:TaskStack
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java758 void getBoundsForNewConfiguration(Rect outBounds) { method in class:ActivityStack
759 mWindowContainerController.getBoundsForNewConfiguration(outBounds);

Completed in 108 milliseconds