Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverActivity.java176 protected Insets mSystemWindowInsets = null; field in ResolverActivity
477 mSystemWindowInsets.bottom));
483 mSystemWindowInsets = insets.getSystemWindowInsets();
485 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
486 mSystemWindowInsets.right, 0);
492 buttonContainer.setPadding(0, 0, 0, mSystemWindowInsets.bottom
498 applyFooterView(mSystemWindowInsets.bottom);
513 if (mSystemWindowInsets != null) {
514 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
515 mSystemWindowInsets.right, 0);
[all …]
DChooserActivity.java226 protected Insets mSystemWindowInsets = null; field in ChooserActivity
1521 if (mSystemWindowInsets != null) {
1522 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
1523 mSystemWindowInsets.right, 0);
2257 boolean insetsChanged = !Objects.equals(mLastAppliedInsets, mSystemWindowInsets);
2291 mLastAppliedInsets = mSystemWindowInsets;
2299 int offset = mSystemWindowInsets != null ? mSystemWindowInsets.bottom : 0;
2629 mSystemWindowInsets = insets.getInsets(WindowInsets.Type.systemBars());
2632 .setEmptyStateBottomOffset(mSystemWindowInsets.bottom);
2635 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
[all …]