Those values are only used to calculate the final value for the screen size, which means we can simply do the calculation first and pass the final values anyway and avoid carrying those params and making things harder to read, and since those values are tied to the screen, we can deffer calculating the physical size to the screen itself. Dpi values are at least DisplayMetrics.DENSITY_LOW, if the xdpi/ydpi returned metrics values are below that. Task-number: QTBUG-132720 Change-Id: Idd6a4db24a460aeb66e626cd93d52b87566ce69c Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%