()
| 1148 | |
| 1149 | |
| 1150 | static public boolean isRetina() { |
| 1151 | if (retinaProp == null) { |
| 1152 | retinaProp = checkRetina(); |
| 1153 | } |
| 1154 | return retinaProp; |
| 1155 | } |
| 1156 | |
| 1157 | |
| 1158 | // This should probably be reset each time there's a display change. |
no test coverage detected