Home | History | Annotate | Download | only in view

Lines Matching refs:fitSystemWindows

2820      * {@link #fitSystemWindows(Rect)}.  This means that the insets seen there
2859 * {@link #fitSystemWindows(Rect)} method.
2871 * {@link #fitSystemWindows(Rect)} method.
7750 protected boolean fitSystemWindows(Rect insets) {
7820 // We weren't called from within a direct call to fitSystemWindows,
7823 if (fitSystemWindows(insets.getSystemWindowInsets())) {
7827 // We were called from within a direct call to fitSystemWindows.
7865 * <p>This method replaces the older {@link #fitSystemWindows(Rect) fitSystemWindows} method.
7964 * the default implementation of {@link #fitSystemWindows(Rect)} will be
7968 * {@link #fitSystemWindows(Rect)}, then there is no need to set this
7972 * @param fitSystemWindows If true, then the default implementation of
7973 * {@link #fitSystemWindows(Rect)} will be executed.
7977 * @see #fitSystemWindows(Rect)
7980 public void setFitsSystemWindows(boolean fitSystemWindows) {
7981 setFlags(fitSystemWindows ? FITS_SYSTEM_WINDOWS : 0, FITS_SYSTEM_WINDOWS);
7986 * returns {@code true}, the default implementation of {@link #fitSystemWindows(Rect)}
7990 * {@link #fitSystemWindows(Rect)} will be executed.
7994 * @see #fitSystemWindows(Rect)
8008 * Ask that a new dispatch of {@link #fitSystemWindows(Rect)} be performed.
20400 * {@link #fitSystemWindows(Rect)} for a sample layout that goes with this code.