Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java149 protected Insets mSystemWindowInsets = null; field in ResolverActivity
612 mSystemWindowInsets.bottom));
618 mSystemWindowInsets = insets.getSystemWindowInsets();
620 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
621 mSystemWindowInsets.right, 0);
627 applyFooterView(mSystemWindowInsets.bottom);
641 if (mSystemWindowInsets != null) {
642 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
643 mSystemWindowInsets.right, 0);
1831 int inset = mSystemWindowInsets != null ? mSystemWindowInsets.bottom : 0;
H A DChooserActivity.java2712 final int bottomInset = mSystemWindowInsets != null
2713 ? mSystemWindowInsets.bottom : 0;
2782 int topInset = mSystemWindowInsets != null ? mSystemWindowInsets.top : 0;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68459 Landroid/view/WindowInsets;->mSystemWindowInsets:Landroid/graphics/Rect;