Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java804 if (!atoken.allDrawn && w.mightAffectAllDrawn(false /* visibleOnly */)) { in applySurfaceChangesTransaction()
840 && w.mightAffectAllDrawn(true /* visibleOnly */)) { in applySurfaceChangesTransaction()
DWindowState.java1269 boolean mightAffectAllDrawn(boolean visibleOnly) { in mightAffectAllDrawn() method in WindowState