Searched refs:getWindowLayerFromType (Results 1 – 4 of 4) sorted by relevance
754 int layer = getWindowLayerFromType(); in canLayerAboveSystemBars()760 int getWindowLayerFromType() { in getWindowLayerFromType() method in WindowToken
684 Comparator.comparingInt(WindowToken::getWindowLayerFromType);845 return c.getWindowLayerFromType() < APPLICATION_LAYER ? BELOW_TASKS : ABOVE_TASKS; in typeOf()
1547 final int statusBarLayer = mStatusBar.mToken.getWindowLayerFromType();1548 final int targetWindowLayer = win.mToken.getWindowLayerFromType();
951 recordLayer(policy.findAreaForToken(token), token.getWindowLayerFromType(), zSets); in calculateZSets()