Skip to content

Conversation

@pixelflinger
Copy link
Collaborator

This method return the last dynamic resolution scaling factor used by the view.

FIXES=[457753622]

Comment on lines 685 to 686
public float[] getLastDynamicResolutionScale(@Nullable @Size(min = 4) float[] out) {
out = Asserts.assertFloat4(out);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you meant @Size(min = 2) float[] out and out = Asserts.assertFloat2(out); for these two lines.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

This method return the last dynamic resolution scaling factor used
by the view.

FIXES=[457753622]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants