Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java1795 static final int SYSTEM_OVERLAYS = 1 << 9; field in WindowInsets.Type
1796 static final int LAST = SYSTEM_OVERLAYS;
1821 case SYSTEM_OVERLAYS: in indexOf()
1862 if ((types & SYSTEM_OVERLAYS) != 0) { in toString()
1878 SYSTEM_OVERLAYS})
1978 return SYSTEM_OVERLAYS; in systemOverlays()
1986 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR | SYSTEM_OVERLAYS; in systemBars()