Searched refs:TOP_BAR (Results 1 – 2 of 2) sorted by relevance
28 import static android.view.WindowInsets.Type.TOP_BAR;235 typeInsetMap[indexOf(TOP_BAR)] = Insets.of(0, insets.top, 0, 0); in assignCompatInsets()1152 static final int TOP_BAR = FIRST; field in WindowInsets.Type1167 case TOP_BAR: in indexOf()1192 @IntDef(flag = true, value = { TOP_BAR, IME, SIDE_BARS, WINDOW_DECOR, SYSTEM_GESTURES,1202 return TOP_BAR; in topBar()1266 return TOP_BAR | SIDE_BARS; in systemBars()1275 return TOP_BAR | SIDE_BARS | IME; in compatSystemInsets()
305 if ((insetTypes & Type.TOP_BAR) != 0) { in toInternalType()322 return Type.TOP_BAR; in toPublicType()