Searched defs:prepareSurfaces (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java689 void prepareSurfaces() { method in class:Task
691 super.prepareSurfaces();
H A DWindowContainer.java112 * Applied as part of the animation pass in "prepareSurfaces".
1081 void prepareSurfaces() { method in class:WindowContainer
1088 mChildren.get(i).prepareSurfaces();
1101 * Trigger a call to prepareSurfaces from the animation thread, such that
H A DAppWindowToken.java242 /** Whether our surface was set to be showing in the last call to {@link #prepareSurfaces} */
2147 void prepareSurfaces() { method in class:AppWindowToken
2161 super.prepareSurfaces();
H A DTaskStack.java152 * For {@link #prepareSurfaces}.
1806 void prepareSurfaces() { method in class:TaskStack
1808 super.prepareSurfaces();
H A DDisplayContent.java2409 // prepareSurfaces. This allows us to synchronize Z-ordering changes with
2901 prepareSurfaces();
3824 void prepareSurfaces() { method in class:DisplayContent.NonAppWindowContainers
3826 super.prepareSurfaces();
3973 void prepareSurfaces() { method in class:DisplayContent
3987 super.prepareSurfaces();
H A DWindowState.java4661 void prepareSurfaces() { method in class:WindowState
4670 super.prepareSurfaces();

Completed in 102 milliseconds