Searched refs:WINDOW_CONFIG_BOUNDS (Results 1 – 7 of 7) sorted by relevance
165 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()185 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()198 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()219 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()234 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()328 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()358 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()388 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()418 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) in <lambda>()448 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()[all …]
164 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()205 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()230 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()246 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()272 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()279 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()305 ((change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) in <lambda>()372 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()397 (change.windowSetMask and WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0 && in <lambda>()
174 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration199 WINDOW_CONFIG_BOUNDS,494 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()537 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()578 changes |= WINDOW_CONFIG_BOUNDS; in diff()
27 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;223 final int justBoundsAndRotation = WINDOW_CONFIG_BOUNDS | WINDOW_CONFIG_ROTATION; in testMaskedSetTo()
112 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()350 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setRelativeBounds()1290 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
23 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;162 static final int CONTROLLABLE_WINDOW_CONFIGS = WINDOW_CONFIG_BOUNDS2293 && (windowSetMaskToBeChecked & WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0) { in enforceTaskFragmentConfigChangeAllowed()2300 windowSetMaskToBeChecked &= ~WindowConfiguration.WINDOW_CONFIG_BOUNDS; in enforceTaskFragmentConfigChangeAllowed()
9644 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_BOUNDS:I