Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove incorrect Robolectric overrides for fling velocity #9023

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

copybara-service[bot]
Copy link

Remove incorrect Robolectric overrides for fling velocity

Robolectric was using incorrect values for fling velocity
values in ViewConfiguration. It was using '4000' as the base fling
velocity, which comes from pre-JB. The correct base value is '8000'

This is part of the effort to remove ShadowViewConfiguration in favor
of the real Android code.

Robolectric was using incorrect values for fling velocity
values in ViewConfiguration. It was using '4000' as the base fling
velocity, which comes from pre-JB. The correct base value is '8000'

This is part of the effort to remove ShadowViewConfiguration in favor
of the real Android code.

PiperOrigin-RevId: 627449715
@copybara-service copybara-service bot merged commit cb095e2 into google Apr 23, 2024
@copybara-service copybara-service bot deleted the piper_627260079 branch April 23, 2024 18:22
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.

None yet

1 participant