Merge "Provide vsync id for PiP animation"

This commit is contained in:
Hongwei Wang
2020-12-18 03:13:30 +00:00
committed by Android (Google) Code Review
2 changed files with 14 additions and 2 deletions

View File

@@ -196,6 +196,11 @@ public class PipAnimationControllerTest extends ShellTestCase {
return this;
}
@Override
public SurfaceControl.Transaction setFrameTimelineVsync(long frameTimelineVsyncId) {
return this;
}
@Override
public void apply() {}
}