Home
last modified time | relevance | path

Searched refs:PRESENCE_EXTERNAL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java49 int PRESENCE_EXTERNAL = 1 << 1; field
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1749 ? WindowManagerPolicy.PRESENCE_EXTERNAL : WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()