Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootDisplayArea.java123 int windowLayerFromType = mWmService.mPolicy.getWindowLayerFromTypeLw(windowType, in findAreaForWindowTypeInLayer() local
125 if (windowLayerFromType == APPLICATION_LAYER) { in findAreaForWindowTypeInLayer()
129 return mAreaForLayer[windowLayerFromType]; in findAreaForWindowTypeInLayer()