()
| 904 | |
| 905 | |
| 906 | static public boolean isRetina() { |
| 907 | if (retinaProp == null) { |
| 908 | retinaProp = checkRetina(); |
| 909 | } |
| 910 | return retinaProp; |
| 911 | } |
| 912 | |
| 913 | |
| 914 | // This should probably be reset each time there's a display change. |
no test coverage detected