Searched refs:stableBarInsets (Results 1 – 2 of 2) sorted by relevance
200 final Insets stableBarInsets = in getSystemInsets() local203 | WindowInsets.Type.displayCutout()), stableBarInsets); in getSystemInsets()
1095 final Insets stableBarInsets = insets.getInsetsIgnoringVisibility( in updateColorViews() local1099 : Insets.min(insets.getInsets(compatInsetsTypes), stableBarInsets); in updateColorViews()1108 boolean hasTopStableInset = stableBarInsets.top != 0; in updateColorViews()1112 boolean hasBottomStableInset = stableBarInsets.bottom != 0; in updateColorViews()1116 boolean hasRightStableInset = stableBarInsets.right != 0; in updateColorViews()1120 boolean hasLeftStableInset = stableBarInsets.left != 0; in updateColorViews()