Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java192 protected Insets mSystemWindowInsets = null; field in ResolverActivity
917 mSystemWindowInsets.bottom));
923 mSystemWindowInsets = insets.getSystemWindowInsets();
925 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
926 mSystemWindowInsets.right, 0);
932 buttonContainer.setPadding(0, 0, 0, mSystemWindowInsets.bottom
938 applyFooterView(mSystemWindowInsets.bottom);
953 if (mSystemWindowInsets != null) {
954 mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
955 mSystemWindowInsets.right, 0);
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64493 Landroid/view/WindowInsets;->mSystemWindowInsets:Landroid/graphics/Rect;