Searched refs:DISPLAY_CUTOUT (Results 1 – 1 of 1) sorted by relevance
20 import static android.view.WindowInsets.Type.DISPLAY_CUTOUT;1246 final int index = indexOf(DISPLAY_CUTOUT); in setDisplayCutout()1298 static final int DISPLAY_CUTOUT = 1 << 7; field in WindowInsets.Type1320 case DISPLAY_CUTOUT: in indexOf()1350 if ((types & DISPLAY_CUTOUT) != 0) { in toString()1368 SYSTEM_GESTURES, MANDATORY_SYSTEM_GESTURES, TAPPABLE_ELEMENT, DISPLAY_CUTOUT})1452 return DISPLAY_CUTOUT; in displayCutout()