Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java200 final Insets stableBarInsets = in getSystemInsets() local
203 | WindowInsets.Type.displayCutout()), stableBarInsets); in getSystemInsets()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1095 final Insets stableBarInsets = insets.getInsetsIgnoringVisibility( in updateColorViews() local
1099 : 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()