Searched refs:fitSystemWindows (Results 1 – 5 of 5) sorted by relevance
11805 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in View11881 if (fitSystemWindows(insets.getSystemWindowInsetsAsRect())) { in onApplyWindowInsets()12748 public void setFitsSystemWindows(boolean fitSystemWindows) { in setFitsSystemWindows() argument12749 setFlags(fitSystemWindows ? FITS_SYSTEM_WINDOWS : 0, FITS_SYSTEM_WINDOWS); in setFitsSystemWindows()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17379 HSPLandroid/view/View;->fitSystemWindows(Landroid/graphics/Rect;)Z
17443 HSPLandroid/view/View;->fitSystemWindows(Landroid/graphics/Rect;)Z
52089 method @Deprecated protected boolean fitSystemWindows(android.graphics.Rect);