Skip to content

Commit

Permalink
Run gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
Latropos committed Aug 14, 2024
1 parent 3334608 commit aeb5af8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public static float[] measure(View view) {
buffer[1] -= rootY;

float result[] = new float[6];
result[0] = PixelUtil.toDIPFromPixel(view.getLeft());
result[1] = PixelUtil.toDIPFromPixel(view.getTop());
result[0] = PixelUtil.toDIPFromPixel(view.getLeft());
result[1] = PixelUtil.toDIPFromPixel(view.getTop());
for (int i = 2; i < 6; ++i) result[i] = PixelUtil.toDIPFromPixel(buffer[i - 2]);

return result;
Expand Down

0 comments on commit aeb5af8

Please sign in to comment.