Searched refs:mSystemWindowInsets (Results 1 – 3 of 3) sorted by relevance
145 protected Insets mSystemWindowInsets = null; field in ResolverActivity404 mSystemWindowInsets = insets.getSystemWindowInsets();406 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,407 mSystemWindowInsets.right, 0);419 mSystemWindowInsets.bottom));425 emptyView.setPadding(0, 0, 0, mSystemWindowInsets.bottom438 if (mSystemWindowInsets != null) {439 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,440 mSystemWindowInsets.right, 0);1373 int inset = mSystemWindowInsets != null ? mSystemWindowInsets.bottom : 0;
2546 final int bottomInset = mSystemWindowInsets != null2547 ? mSystemWindowInsets.bottom : 0;2588 int topInset = mSystemWindowInsets != null ? mSystemWindowInsets.top : 0;
79565 Landroid/view/WindowInsets;->mSystemWindowInsets:Landroid/graphics/Rect;