Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java141 protected Insets mSystemWindowInsets = null; field in ResolverActivity
389 mSystemWindowInsets = insets.getSystemWindowInsets();
391 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
392 mSystemWindowInsets.right, 0);
396 emptyView.setPadding(0, 0, 0, mSystemWindowInsets.bottom
407 mSystemWindowInsets.bottom));
420 if (mSystemWindowInsets != null) {
421 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
422 mSystemWindowInsets.right, 0);
1355 int inset = mSystemWindowInsets != null ? mSystemWindowInsets.bottom : 0;
DChooserActivity.java2272 final int bottomInset = mSystemWindowInsets != null
2273 ? mSystemWindowInsets.bottom : 0;
2314 int topInset = mSystemWindowInsets != null ? mSystemWindowInsets.top : 0;