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.java585 applySurfaceChangesTransaction(recoveringMemory, defaultDw, defaultDh); in performSurfacePlacement()
809 private void applySurfaceChangesTransaction(boolean recoveringMemory, int defaultDw, in applySurfaceChangesTransaction() method in RootWindowContainer
835 focusDisplayed |= dc.applySurfaceChangesTransaction(recoveringMemory); in applySurfaceChangesTransaction()
DDisplayContent.java2695 boolean applySurfaceChangesTransaction(boolean recoveringMemory) { in applySurfaceChangesTransaction() method in DisplayContent