Searched refs:windowTypeToLayerLw (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java107 return mService.mPolicy.windowTypeToLayerLw(windowType)
H A DInputMonitor.java112 int systemAlertLayer = mService.mPolicy.windowTypeToLayerLw(
365 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_POINTER)
H A DDragState.java174 return mService.mPolicy.windowTypeToLayerLw(WindowManager.LayoutParams.TYPE_DRAG)
H A DWindowState.java307 mBaseLayer = mPolicy.windowTypeToLayerLw(
323 mBaseLayer = mPolicy.windowTypeToLayerLw(a.type)
H A DWindowManagerService.java5768 int aboveAppLayer = mPolicy.windowTypeToLayerLw(TYPE_APPLICATION)
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java551 public int windowTypeToLayerLw(int type); method in interface:WindowManagerPolicy
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1333 public int windowTypeToLayerLw(int type) { method in class:PhoneWindowManager
1439 return windowTypeToLayerLw(TYPE_STATUS_BAR);
1443 return windowTypeToLayerLw(TYPE_SYSTEM_ERROR);

Completed in 635 milliseconds