Searched refs:SYSTEM_GESTURES (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 26 import static android.view.WindowInsets.Type.SYSTEM_GESTURES; 671 return getInsets(mTypeInsetsMap, SYSTEM_GESTURES); in getSystemGestureInsets() 965 WindowInsets.setInsets(mTypeInsetsMap, SYSTEM_GESTURES, insets); in setSystemGestureInsets() 1157 static final int SYSTEM_GESTURES = 1 << 3; field in WindowInsets.Type 1173 case SYSTEM_GESTURES: in indexOf() 1192 @IntDef(flag = true, value = { TOP_BAR, IME, SIDE_BARS, WINDOW_DECOR, SYSTEM_GESTURES, 1244 return SYSTEM_GESTURES; in systemGestures()
|
D | InsetsState.java | 23 import static android.view.WindowInsets.Type.SYSTEM_GESTURES; 205 insets, SYSTEM_GESTURES); in processSource() 334 return Type.SYSTEM_GESTURES; in toPublicType()
|