Home
last modified time | relevance | path

Searched refs:getSystemWindowInsets (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsets.java107 public Rect getSystemWindowInsets() { in getSystemWindowInsets() method in WindowInsets
DView.java9131 if (fitSystemWindows(insets.getSystemWindowInsets())) { in onApplyWindowInsets()
9136 if (fitSystemWindowsInt(insets.getSystemWindowInsets())) { in onApplyWindowInsets()
9261 outLocalInsets.set(in.getSystemWindowInsets()); in computeSystemWindowInsets()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java317 final Rect systemInsets = insets.getSystemWindowInsets();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java405 mSystemInsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1001 mFrameOffsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()