Searched refs:mSystemWindowInsets (Results 1 – 2 of 2) sorted by relevance
141 protected Insets mSystemWindowInsets = null; field in ResolverActivity389 mSystemWindowInsets = insets.getSystemWindowInsets();391 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,392 mSystemWindowInsets.right, 0);396 emptyView.setPadding(0, 0, 0, mSystemWindowInsets.bottom407 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;
2272 final int bottomInset = mSystemWindowInsets != null2273 ? mSystemWindowInsets.bottom : 0;2314 int topInset = mSystemWindowInsets != null ? mSystemWindowInsets.top : 0;