Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java98 public Rect getSystemWindowInsets() { in getSystemWindowInsets() method in WindowInsets
DView.java7196 if (fitSystemWindows(insets.getSystemWindowInsets())) { in onApplyWindowInsets()
7201 if (fitSystemWindowsInt(insets.getSystemWindowInsets())) { in onApplyWindowInsets()
7309 outLocalInsets.set(in.getSystemWindowInsets()); in computeSystemWindowInsets()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java316 final Rect systemInsets = insets.getSystemWindowInsets();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java387 mConfig.updateSystemInsets(insets.getSystemWindowInsets()); in onApplyWindowInsets()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2861 mFrameOffsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()