Searched refs:getWindowLayerFromTypeLw (Results 1 – 10 of 10) sorted by relevance
778 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()788 default int getWindowLayerFromTypeLw(int type) { in getWindowLayerFromTypeLw() method793 return getWindowLayerFromTypeLw(type, false /* canAddInternalSystemWindow */); in getWindowLayerFromTypeLw()810 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() method
2935 return getWindowLayerFromTypeLw(TYPE_STATUS_BAR); in getMaxWallpaperLayer()3033 return getWindowLayerLw(win) < getWindowLayerFromTypeLw(TYPE_STATUS_BAR); in canBeHiddenByKeyguardLw()8378 && getWindowLayerLw(win) > getWindowLayerFromTypeLw(TYPE_INPUT_CONSUMER)) { in updateSystemBarsLw()
345 int layer = mService.mPolicy.getWindowLayerFromTypeLw(windowType, in canLayerAboveSystemBars()347 int navLayer = mService.mPolicy.getWindowLayerFromTypeLw(TYPE_NAVIGATION_BAR, in canLayerAboveSystemBars()
115 return mService.mPolicy.getWindowLayerFromTypeLw(windowType) in getLayerLw()
251 int systemAlertLayer = mService.mPolicy.getWindowLayerFromTypeLw( in notifyANR()492 return mService.mPolicy.getWindowLayerFromTypeLw(WindowManager.LayoutParams.TYPE_POINTER) in getPointerLayer()
304 return mService.mPolicy.getWindowLayerFromTypeLw(WindowManager.LayoutParams.TYPE_DRAG) in getDragLayerLocked()
3722 int layer = mService.mPolicy.getWindowLayerFromTypeLw( in assignChildLayers()3725 if (needAssignIme && layer >= mService.mPolicy.getWindowLayerFromTypeLw( in assignChildLayers()3748 mService.mPolicy.getWindowLayerFromTypeLw(token1.windowType,3750 < mService.mPolicy.getWindowLayerFromTypeLw(token2.windowType,
715 mSurfaceControl.setLayer(mService.mPolicy.getWindowLayerFromTypeLw( in ViewportWindow()
564 … return mPolicy.getWindowLayerFromTypeLw(TYPE_DRAG) * TYPE_LAYER_MULTIPLIER + TYPE_LAYER_OFFSET; in getDragLayerLocked()3597 mPolicy.getWindowLayerFromTypeLw( in showCircularMask()3625 mPolicy.getWindowLayerFromTypeLw( in showEmulatorDisplayOverlay()
232 getWindowLayerFromTypeLw(state.getAttrs().type, in addWindow()