There are a lot of "magic numbers" that we really don't want to extract as a constant. Until now, many @SuppressWarnings annotations were added, but it makes no sense to check for magic number if we silent the warnings everywhere.
PR <https://github.com/Genymobile/scrcpy/pull/927> Signed-off-by: Romain Vimont <rom@rom1v.com>
Apply Genymobile checkstyle and gradle build files organization.