Searched refs:WINDOW_CONFIG_BOUNDS (Results 1 – 8 of 8) sorted by relevance
110 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()136 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()158 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()172 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()260 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()290 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()320 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()350 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()380 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()406 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()[all …]
170 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration198 WINDOW_CONFIG_BOUNDS,484 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()532 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()576 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;458 assertThat((change.getWindowSetMask() & WINDOW_CONFIG_BOUNDS) != 0).isTrue(); in assertThatBoundsCleared()
249 if ((change.getWindowSetMask() & WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) { in getTransitionType()
89 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()1188 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
22 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;135 static final int CONTROLLABLE_WINDOW_CONFIGS = WINDOW_CONFIG_BOUNDS705 if ((change.getWindowSetMask() & WINDOW_CONFIG_BOUNDS) == 0) { in adjustBoundsForMinDimensionsIfNeeded()
9644 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_BOUNDS:I