Home
last modified time | relevance | path

Searched refs:applySurfaceChangesTransaction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java596 applySurfaceChangesTransaction(recoveringMemory, defaultDw, defaultDh); in performSurfacePlacement()
826 private void applySurfaceChangesTransaction(boolean recoveringMemory, int defaultDw, in applySurfaceChangesTransaction() method in RootWindowContainer
852 focusDisplayed |= dc.applySurfaceChangesTransaction(recoveringMemory); in applySurfaceChangesTransaction()
DDisplayContent.java2838 boolean applySurfaceChangesTransaction(boolean recoveringMemory) { in applySurfaceChangesTransaction() method in DisplayContent