Home | History | Annotate | Download | only in view

Lines Matching refs:fitSystemWindows

2515      * {@link #fitSystemWindows(Rect)}.  This means that the insets seen there
2554 * {@link #fitSystemWindows(Rect)} method.
2566 * {@link #fitSystemWindows(Rect)} method.
6417 protected boolean fitSystemWindows(Rect insets) {
6487 // We weren't called from within a direct call to fitSystemWindows,
6490 if (fitSystemWindows(insets.getSystemWindowInsets())) {
6494 // We were called from within a direct call to fitSystemWindows.
6532 * <p>This method replaces the older {@link #fitSystemWindows(Rect) fitSystemWindows} method.
6601 * the default implementation of {@link #fitSystemWindows(Rect)} will be
6605 * {@link #fitSystemWindows(Rect)}, then there is no need to set this
6609 * @param fitSystemWindows If true, then the default implementation of
6610 * {@link #fitSystemWindows(Rect)} will be executed.
6614 * @see #fitSystemWindows(Rect)
6617 public void setFitsSystemWindows(boolean fitSystemWindows) {
6618 setFlags(fitSystemWindows ? FITS_SYSTEM_WINDOWS : 0, FITS_SYSTEM_WINDOWS);
6623 * returns {@code true}, the default implementation of {@link #fitSystemWindows(Rect)}
6627 * {@link #fitSystemWindows(Rect)} will be executed.
6631 * @see #fitSystemWindows(Rect)
6645 * Ask that a new dispatch of {@link #fitSystemWindows(Rect)} be performed.
18072 * {@link #fitSystemWindows(Rect)} for a sample layout that goes with this code.