Merge "Fix for issue 3410895 Transition regeneration not happening after changing aspect ratio of project" into honeycomb

This commit is contained in:
Dheeraj Sharma
2011-02-01 09:00:42 -08:00
committed by Android (Google) Code Review

View File

@ -1519,6 +1519,8 @@ Log.i("VE_IMPL","renderPreviewFrame <--");
/**
* Invalidate all transitions
*/
mMANativeHelper.setGeneratePreview(true);
for (Transition transition : mTransitions) {
transition.invalidate();
}