Home
last modified time | relevance | path

Searched refs:shouldAlwaysConsumeSystemBars (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsController.java137 mLastInsets.shouldAlwaysConsumeSystemBars(), mLastInsets.getDisplayCutout(), in InsetsController()
DWindowInsets.java743 public boolean shouldAlwaysConsumeSystemBars() { in shouldAlwaysConsumeSystemBars() method in WindowInsets
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1146 mLastShouldAlwaysConsumeSystemBars = insets.shouldAlwaysConsumeSystemBars(); in updateColorViews()