Searched refs:fitSystemWindows (Results 1 – 6 of 6) sorted by relevance
4956 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroup4957 boolean done = super.fitSystemWindows(insets); in fitSystemWindows()4962 done = children[i].fitSystemWindows(insets); in fitSystemWindows()
4499 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in View4523 public void setFitsSystemWindows(boolean fitSystemWindows) { in setFitsSystemWindows() argument4524 setFlags(fitSystemWindows ? FITS_SYSTEM_WINDOWS : 0, FITS_SYSTEM_WINDOWS); in setFitsSystemWindows()
929 host.fitSystemWindows(mAttachInfo.mContentInsets); in performTraversals()1254 host.fitSystemWindows(mAttachInfo.mContentInsets); in performTraversals()
2265 protected boolean fitSystemWindows(Rect insets) {2270 return super.fitSystemWindows(insets);
22864 method protected boolean fitSystemWindows(android.graphics.Rect);