Searched refs:getWindowLayerFromTypeLw (Results 1 – 8 of 8) sorted by relevance
737 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()747 default int getWindowLayerFromTypeLw(int type) { in getWindowLayerFromTypeLw() method752 return getWindowLayerFromTypeLw(type, false /* canAddInternalSystemWindow */); in getWindowLayerFromTypeLw()769 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() method
80 return mService.mPolicy.getWindowLayerFromTypeLw(windowType) in getLayerLw()
242 int systemAlertLayer = mService.mPolicy.getWindowLayerFromTypeLw( in notifyANR()481 return mService.mPolicy.getWindowLayerFromTypeLw(WindowManager.LayoutParams.TYPE_POINTER) in getPointerLayer()
242 return mService.mPolicy.getWindowLayerFromTypeLw(WindowManager.LayoutParams.TYPE_DRAG) in getDragLayerLw()
2913 final int aboveAppLayer = (mService.mPolicy.getWindowLayerFromTypeLw(TYPE_APPLICATION) + 1) in screenshotApplications()3472 mService.mPolicy.getWindowLayerFromTypeLw(token1.windowType,3474 < mService.mPolicy.getWindowLayerFromTypeLw(token2.windowType,
717 mSurfaceControl.setLayer(mWindowManagerService.mPolicy.getWindowLayerFromTypeLw( in ViewportWindow()
549 … return mPolicy.getWindowLayerFromTypeLw(TYPE_DRAG) * TYPE_LAYER_MULTIPLIER + TYPE_LAYER_OFFSET; in getDragLayerLocked()3604 mPolicy.getWindowLayerFromTypeLw( in showCircularMask()3633 mPolicy.getWindowLayerFromTypeLw( in showEmulatorDisplayOverlay()
2708 return getWindowLayerFromTypeLw(TYPE_STATUS_BAR); in getMaxWallpaperLayer()2791 return getWindowLayerLw(win) < getWindowLayerFromTypeLw(TYPE_STATUS_BAR); in canBeHiddenByKeyguardLw()7992 && getWindowLayerLw(win) > getWindowLayerFromTypeLw(TYPE_INPUT_CONSUMER)) { in updateSystemBarsLw()