Searched refs:DISPLAY_CUTOUT (Results 1 – 2 of 2) sorted by relevance
21 import static android.view.WindowInsets.Type.DISPLAY_CUTOUT;1602 final int index = indexOf(DISPLAY_CUTOUT); in setDisplayCutout()1791 static final int DISPLAY_CUTOUT = 1 << 7; field in WindowInsets.Type1817 case DISPLAY_CUTOUT: in indexOf()1856 if ((types & DISPLAY_CUTOUT) != 0) { in toString()1877 SYSTEM_GESTURES, MANDATORY_SYSTEM_GESTURES, TAPPABLE_ELEMENT, DISPLAY_CUTOUT,1962 return DISPLAY_CUTOUT; in displayCutout()
22 import static android.view.InsetsStateProto.DISPLAY_CUTOUT;676 mDisplayCutout.get().dumpDebug(proto, DISPLAY_CUTOUT); in dumpDebug()