Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java107 public Rect getSystemWindowInsets() { in getSystemWindowInsets() method in WindowInsets
DView.java7754 if (fitSystemWindows(insets.getSystemWindowInsets())) { in onApplyWindowInsets()
7759 if (fitSystemWindowsInt(insets.getSystemWindowInsets())) { in onApplyWindowInsets()
7884 outLocalInsets.set(in.getSystemWindowInsets()); in computeSystemWindowInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
DRecentsTvView.java231 mSystemInsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()
/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.java407 mSystemInsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java967 mFrameOffsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()