Searched refs:WINDOW_CONFIG_BOUNDS (Results 1 – 8 of 8) sorted by relevance
122 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)148 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)170 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&184 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&272 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS)302 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS)332 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS)362 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS)392 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)418 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)[all …]
140 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&181 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&207 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&223 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&250 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&257 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)283 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)362 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 &&
170 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration198 WINDOW_CONFIG_BOUNDS,501 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()549 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()593 changes |= WINDOW_CONFIG_BOUNDS; in diff()
29 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;261 final int justBoundsAndRotation = WINDOW_CONFIG_BOUNDS | WINDOW_CONFIG_ROTATION; in testMaskedSetTo()
22 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;527 assertThat((change.getWindowSetMask() & WINDOW_CONFIG_BOUNDS) != 0).isTrue(); in assertThatBoundsCleared()
99 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()337 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setRelativeBounds()1216 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
22 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;141 static final int CONTROLLABLE_WINDOW_CONFIGS = WINDOW_CONFIG_BOUNDS1928 || windowSetMask != WindowConfiguration.WINDOW_CONFIG_BOUNDS) { in enforceTaskFragmentConfigChangeAllowed()
9644 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_BOUNDS:I