Merge "Add setShadowRadius for StubTransaction"

This commit is contained in:
TreeHugger Robot
2020-02-19 10:57:50 +00:00
committed by Android (Google) Code Review

View File

@@ -260,4 +260,9 @@ public class StubTransaction extends SurfaceControl.Transaction {
public SurfaceControl.Transaction unsetColor(SurfaceControl sc) {
return this;
}
@Override
public SurfaceControl.Transaction setShadowRadius(SurfaceControl sc, float shadowRadius) {
return this;
}
}