Home
last modified time | relevance | path

Searched refs:SIDE_BARS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsets.java24 import static android.view.WindowInsets.Type.SIDE_BARS;
236 typeInsetMap[indexOf(SIDE_BARS)] = Insets.of(insets.left, 0, insets.right, insets.bottom); in assignCompatInsets()
1155 static final int SIDE_BARS = 1 << 2; field in WindowInsets.Type
1171 case SIDE_BARS: in indexOf()
1192 @IntDef(flag = true, value = { TOP_BAR, IME, SIDE_BARS, WINDOW_DECOR, SYSTEM_GESTURES,
1216 return SIDE_BARS; in sideBars()
1266 return TOP_BAR | SIDE_BARS; in systemBars()
1275 return TOP_BAR | SIDE_BARS | IME; in compatSystemInsets()
DInsetsState.java308 if ((insetTypes & Type.SIDE_BARS) != 0) { in toInternalType()
326 return Type.SIDE_BARS; in toPublicType()