Searched refs:insetTypes (Results 1 – 3 of 3) sorted by relevance
176 val insetTypes = WindowInsets.Type.systemBars() or WindowInsets.Type.displayCutout() in <lambda>() constant178 current.copy(topInset = insets.getInsetsIgnoringVisibility(insetTypes).top) in <lambda>()
388 val insetTypes = WindowInsets.Type.systemBars() or WindowInsets.Type.displayCutout() in <lambda>() constant390 current.copy(topInset = insets.getInsetsIgnoringVisibility(insetTypes).top) in <lambda>()
4770 int insetTypes = WindowInsets.Type.systemBars() | WindowInsets.Type.displayCutout();4771 Insets combinedInsets = insets.getInsetsIgnoringVisibility(insetTypes);