Searched refs:WINDOW_CONFIG_BOUNDS (Results 1 – 4 of 4) sorted by relevance
178 public static final int WINDOW_CONFIG_BOUNDS = 1 << 0; field in WindowConfiguration200 WINDOW_CONFIG_BOUNDS,420 changed |= WINDOW_CONFIG_BOUNDS; in updateFrom()459 if ((mask & WINDOW_CONFIG_BOUNDS) != 0) { in setTo()497 changes |= WINDOW_CONFIG_BOUNDS; in diff()
29 import static android.app.WindowConfiguration.WINDOW_CONFIG_BOUNDS;243 final int justBoundsAndRotation = WINDOW_CONFIG_BOUNDS | WINDOW_CONFIG_ROTATION; in testMaskedSetTo()
74 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()482 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
76 static final int CONTROLLABLE_WINDOW_CONFIGS = WindowConfiguration.WINDOW_CONFIG_BOUNDS380 && ((windowMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) != 0)) { in resizePinnedStackIfNeeded()