Home
last modified time | relevance | path

Searched refs:fitSystemWindows (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DView.java11805 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in View
11881 if (fitSystemWindows(insets.getSystemWindowInsetsAsRect())) { in onApplyWindowInsets()
12748 public void setFitsSystemWindows(boolean fitSystemWindows) { in setFitsSystemWindows() argument
12749 setFlags(fitSystemWindows ? FITS_SYSTEM_WINDOWS : 0, FITS_SYSTEM_WINDOWS); in setFitsSystemWindows()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17379 HSPLandroid/view/View;->fitSystemWindows(Landroid/graphics/Rect;)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17443 HSPLandroid/view/View;->fitSystemWindows(Landroid/graphics/Rect;)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52089 method @Deprecated protected boolean fitSystemWindows(android.graphics.Rect);