Searched refs:WINDOW_CONFIG_BOUNDS (Results 1 – 5 of 5) sorted by relevance
177 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration202 WINDOW_CONFIG_BOUNDS,453 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()496 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()537 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()
87 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()861 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
109 static final int CONTROLLABLE_WINDOW_CONFIGS = WindowConfiguration.WINDOW_CONFIG_BOUNDS
9716 Landroid/app/WindowConfiguration;->WINDOW_CONFIG_BOUNDS:I