Searched refs:SYSTEM_GESTURES (Results 1 – 2 of 2) sorted by relevance
28 import static android.view.WindowInsets.Type.SYSTEM_GESTURES;758 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets()1089 WindowInsets.setInsets(mTypeInsetsMap, SYSTEM_GESTURES, insets); in setSystemGestureInsets()1294 static final int SYSTEM_GESTURES = 1 << 4; field in WindowInsets.Type1314 case SYSTEM_GESTURES: in indexOf()1341 if ((types & SYSTEM_GESTURES) != 0) { in toString()1368 SYSTEM_GESTURES, MANDATORY_SYSTEM_GESTURES, TAPPABLE_ELEMENT, DISPLAY_CUTOUT})1418 return SYSTEM_GESTURES; in systemGestures()
29 import static android.view.WindowInsets.Type.SYSTEM_GESTURES;2859 mask = SYSTEM_GESTURES,2860 equals = SYSTEM_GESTURES,