Searched refs:mSystemWindowInsets (Results 1 – 2 of 2) sorted by relevance
192 protected Insets mSystemWindowInsets = null; field in ResolverActivity917 mSystemWindowInsets.bottom));923 mSystemWindowInsets = insets.getSystemWindowInsets();925 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,926 mSystemWindowInsets.right, 0);932 buttonContainer.setPadding(0, 0, 0, mSystemWindowInsets.bottom938 applyFooterView(mSystemWindowInsets.bottom);953 if (mSystemWindowInsets != null) {954 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,955 mSystemWindowInsets.right, 0);[all …]
64493 Landroid/view/WindowInsets;->mSystemWindowInsets:Landroid/graphics/Rect;