Searched refs:windowTypeToLayerLw (Results 1 – 8 of 8) sorted by relevance
105 return mService.mPolicy.windowTypeToLayerLw(windowType) in getLayerLw()
115 int systemAlertLayer = mService.mPolicy.windowTypeToLayerLw( in notifyANR()403 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_POINTER) in getPointerLayer()
174 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_DRAG) in getDragLayerLw()
403 mBaseLayer = mPolicy.windowTypeToLayerLw( in WindowState()444 mBaseLayer = mPolicy.windowTypeToLayerLw(a.type) in WindowState()
647 mSurfaceControl.setLayer(mWindowManagerService.mPolicy.windowTypeToLayerLw( in ViewportWindow()
5933 mPolicy.windowTypeToLayerLw( in showCircularMask()5962 mPolicy.windowTypeToLayerLw( in showEmulatorDisplayOverlay()6115 final int aboveAppLayer = (mPolicy.windowTypeToLayerLw(TYPE_APPLICATION) + 1) in screenshotApplications()
561 public int windowTypeToLayerLw(int type); in windowTypeToLayerLw() method
1820 public int windowTypeToLayerLw(int type) { in windowTypeToLayerLw() method in PhoneWindowManager1934 return windowTypeToLayerLw(TYPE_STATUS_BAR); in getMaxWallpaperLayer()1939 return windowTypeToLayerLw(TYPE_SYSTEM_ERROR); in getAboveUniverseLayer()