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

Timob 9813 Android: Animation anomaly: backgrounds bleed through #2585

Merged
merged 3 commits into from Jul 18, 2012
Merged

Timob 9813 Android: Animation anomaly: backgrounds bleed through #2585

merged 3 commits into from Jul 18, 2012

Conversation

billdawson
Copy link
Contributor

See Testing Notes.

Important to test on 2.2/2.3 (not necessarily both, IMO, but feel free), 3.x and 4.x.

…iews not currently visible on screen. Also use queue idle handler pre-honeycomb to help avoid animation artifacts.
…mation -- can significantly help reduce small background artifacts. Use that in lieue of the queue idle timer, which is too dangerous
// Could be animating from nothing to something
invalidateParent = true;
} else {
Rect r = new Rect(0, 0, nativeView.getWidth(), nativeView.getHeight());
Copy link
Contributor

Choose a reason for hiding this comment

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

could re-use width/height variables here

@ayeung
Copy link
Contributor

ayeung commented Jul 17, 2012

Code reviewed, left minor comment.

@ayeung
Copy link
Contributor

ayeung commented Jul 18, 2012

Code reviewed and functionally tested. Request Accepted

ayeung pushed a commit that referenced this pull request Jul 18, 2012
Timob 9813 Android: Animation anomaly: backgrounds bleed through
@ayeung ayeung merged commit bbf9587 into tidev:master Jul 18, 2012
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

2 participants