1 | import oshi.util.EdidUtil; |
2 | |
3 | static Pt oshi_displaySizeInCM() { |
4 | byte[] edid = oshi_edid(); |
5 | ret edid == null ? null : pt(EdidUtil.getHcm(edid), EdidUtil.getVcm(edid)); |
6 | } |
Began life as a copy of #1019979
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019980 |
Snippet name: | oshi_displaySizeInCM() - if available |
Eternal ID of this version: | #1019980/1 |
Text MD5: | f35b3003b7854c6db33420af9d996a15 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-03 00:37:37 |
Source code size: | 176 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 279 / 306 |
Referenced in: | [show references] |