Home | History | Annotate | Download | only in policy

Lines Matching refs:fullscreen

82             boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) {
97 mFullscreen = fullscreen;
98 mOldFullscreen = fullscreen;
152 * have changed or whether window switched between a fullscreen or non-fullscreen layout.
156 * @param fullscreen Whether the window is currently drawing in fullscreen.
160 public void setTargetRect(Rect newTargetBounds, boolean fullscreen, Rect systemInsets,
163 mFullscreen = fullscreen;
306 * @param fullscreen Whether the window is currently drawing in fullscreen.
310 private void redrawLocked(Rect newBounds, boolean fullscreen, Rect systemInsets,
358 drawColorViews(left, top, width, height, fullscreen, systemInsets, stableInsets);
367 boolean fullscreen, Rect systemInsets, Rect stableInsets) {
379 // We only want to draw the navigation bar if our window is currently fullscreen because we
382 if (mNavigationBarColor != null && fullscreen) {