Searched refs:mSystemWindowInsets (Results 1 – 3 of 3) sorted by relevance
149 protected Insets mSystemWindowInsets = null; field in ResolverActivity612 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;
2712 final int bottomInset = mSystemWindowInsets != null2713 ? mSystemWindowInsets.bottom : 0;2782 int topInset = mSystemWindowInsets != null ? mSystemWindowInsets.top : 0;
68459 Landroid/view/WindowInsets;->mSystemWindowInsets:Landroid/graphics/Rect;