6566676869707172
} if (oldBounds.height != newBounds.height && newBounds.height != -1) { return null; } MoveCommand command = new MoveCommand(activity, oldBounds.getCopy(), newBounds.getCopy()); return command; }