Searched refs:SYSTEM_GESTURES (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 29 import static android.view.WindowInsets.Type.SYSTEM_GESTURES; 804 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets() 1172 WindowInsets.setInsets(mTypeInsetsMap, SYSTEM_GESTURES, insets); in setSystemGestureInsets() 1420 static final int SYSTEM_GESTURES = 1 << 4; field in WindowInsets.Type 1442 case SYSTEM_GESTURES: in indexOf() 1474 if ((types & SYSTEM_GESTURES) != 0) { in toString() 1504 SYSTEM_GESTURES, MANDATORY_SYSTEM_GESTURES, TAPPABLE_ELEMENT, DISPLAY_CUTOUT, 1555 return SYSTEM_GESTURES; in systemGestures()
|
D | InsetsState.java | 443 insets, Type.SYSTEM_GESTURES); in processSource() 450 insets, Type.SYSTEM_GESTURES); in processSource() 715 if ((types & Type.SYSTEM_GESTURES) != 0) { in toInternalType() 770 return Type.SYSTEM_GESTURES; in toPublicType()
|
D | WindowManager.java | 50 import static android.view.WindowInsets.Type.SYSTEM_GESTURES; 3959 mask = SYSTEM_GESTURES, 3960 equals = SYSTEM_GESTURES,
|