Searched refs:oldFullscreen (Results 1 – 4 of 4) sorted by relevance
58 int oldFullscreen = mFullscreenStackVisibility; in onSystemUiVisibilityChanged() local59 int newFullscreen = (oldFullscreen & ~mask) | (fullscreenStackVis & mask); in onSystemUiVisibilityChanged()60 int diffFullscreen = newFullscreen ^ oldFullscreen; in onSystemUiVisibilityChanged()
221 boolean oldFullscreen = mFullscreen; in setBounds()237 … if (mPreScrollBounds.equals(bounds) && oldFullscreen == mFullscreen && mRotation == rotation) { in setBounds()
270 boolean oldFullscreen = mFullscreen; in setBounds()287 if (mBounds.equals(bounds) && oldFullscreen == mFullscreen && mRotation == rotation) { in setBounds()
1459 final boolean oldFullscreen = mFullscreen; in updateOverrideConfiguration()1483 if (mFullscreen != oldFullscreen) { in updateOverrideConfiguration()