Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2913 final int aboveAppLayer = (mService.mPolicy.getWindowLayerFromTypeLw(TYPE_APPLICATION) + 1) in screenshotApplications() local
2928 if (w.mLayer >= aboveAppLayer) { in screenshotApplications()