Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java1428 static final int GENERIC_OVERLAYS = 1 << 9; field in WindowInsets.Type
1429 static final int LAST = GENERIC_OVERLAYS;
1452 case GENERIC_OVERLAYS: in indexOf()
1489 if ((types & GENERIC_OVERLAYS) != 0) { in toString()
1505 GENERIC_OVERLAYS})
1597 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR | GENERIC_OVERLAYS; in systemBars()
DInsetsState.java706 if ((types & Type.GENERIC_OVERLAYS) != 0) { in toInternalType()
756 return Type.GENERIC_OVERLAYS; in toPublicType()