Searched refs:windowTypeToLayerLw (Results 1 – 8 of 8) sorted by relevance
97 return mService.mPolicy.windowTypeToLayerLw(windowType) in getLayerLw()
115 int systemAlertLayer = mService.mPolicy.windowTypeToLayerLw( in notifyANR()390 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_POINTER) in getPointerLayer()
176 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_DRAG) in getDragLayerLw()
425 mBaseLayer = mPolicy.windowTypeToLayerLw( in WindowState()464 mBaseLayer = mPolicy.windowTypeToLayerLw(a.type) in WindowState()
660 mSurfaceControl.setLayer(mWindowManagerService.mPolicy.windowTypeToLayerLw( in ViewportWindow()
5999 mPolicy.windowTypeToLayerLw( in showCircularMask()6028 mPolicy.windowTypeToLayerLw( in showEmulatorDisplayOverlay()6209 final int aboveAppLayer = (mPolicy.windowTypeToLayerLw(TYPE_APPLICATION) + 1) in screenshotApplicationsInner()
588 public int windowTypeToLayerLw(int type); in windowTypeToLayerLw() method
2045 public int windowTypeToLayerLw(int type) { in windowTypeToLayerLw() method in PhoneWindowManager2160 return windowTypeToLayerLw(TYPE_STATUS_BAR); in getMaxWallpaperLayer()2225 return windowTypeToLayerLw(win.getBaseType()) in canBeForceHidden()2226 < windowTypeToLayerLw(TYPE_STATUS_BAR); in canBeForceHidden()6706 if (hideNavBarSysui && !navAllowedHidden && windowTypeToLayerLw(win.getBaseType()) in updateSystemBarsLw()6707 > windowTypeToLayerLw(TYPE_INPUT_CONSUMER)) { in updateSystemBarsLw()