Acknowledged

instinct 2 2s bad dimension in sim

code

    dc.drawCircle(dc.getWidth()/2 , dc.getHeight()/2, dc.getWidth()/2);
    dc.drawCircle(dc.getWidth()/2 , dc.getHeight()/2, dc.getHeight()/2);

produces drawing like below

Parents
  • I will have to consult the device specs to make sure it is not symmetrical, but I do believe this is correct.

    The display width is measured at the widest part of the display, which extends from the left edge near the light label to the right edge at the vertical center of the sunscreen.

    As  mentioned, the pixels on the right edge of the display under the sunscreen are obscured by a grey mask.

Comment
  • I will have to consult the device specs to make sure it is not symmetrical, but I do believe this is correct.

    The display width is measured at the widest part of the display, which extends from the left edge near the light label to the right edge at the vertical center of the sunscreen.

    As  mentioned, the pixels on the right edge of the display under the sunscreen are obscured by a grey mask.

Children
No Data