Searched defs:windowTypeToLayerLw (Results 1 - 2 of 2) sorted by relevance

/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 603 milliseconds