Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java145 protected Insets mSystemWindowInsets = null; field in ResolverActivity
404 mSystemWindowInsets = insets.getSystemWindowInsets();
406 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
407 mSystemWindowInsets.right, 0);
419 mSystemWindowInsets.bottom));
425 emptyView.setPadding(0, 0, 0, mSystemWindowInsets.bottom
438 if (mSystemWindowInsets != null) {
439 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
440 mSystemWindowInsets.right, 0);
1373 int inset = mSystemWindowInsets != null ? mSystemWindowInsets.bottom : 0;
DChooserActivity.java2546 final int bottomInset = mSystemWindowInsets != null
2547 ? mSystemWindowInsets.bottom : 0;
2588 int topInset = mSystemWindowInsets != null ? mSystemWindowInsets.top : 0;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79565 Landroid/view/WindowInsets;->mSystemWindowInsets:Landroid/graphics/Rect;