Searched refs:CHANGE_SUPPORTED_BOUNDS (Results 1 – 3 of 3) sorted by relevance
90 public static final int CHANGE_SUPPORTED_BOUNDS = 1 << 3; field in DisplayController96 | CHANGE_DENSITY | CHANGE_SUPPORTED_BOUNDS | CHANGE_NAVIGATION_MODE328 change |= CHANGE_SUPPORTED_BOUNDS; in handleInfoChange()548 appendFlag(result, change, CHANGE_SUPPORTED_BOUNDS, "CHANGE_SUPPORTED_BOUNDS"); in getChangeFlagsString()
27 import static com.android.launcher3.util.DisplayController.CHANGE_SUPPORTED_BOUNDS;268 | CHANGE_SUPPORTED_BOUNDS)) != 0) { in onDisplayInfoChangedInternal()
25 import static com.android.launcher3.util.DisplayController.CHANGE_SUPPORTED_BOUNDS;239 if ((flags & (CHANGE_DENSITY | CHANGE_SUPPORTED_BOUNDS in InvariantDeviceProfile()