Merge "Add setShadowRadius for StubTransaction"
This commit is contained in:
committed by
Android (Google) Code Review
commit
dc77c5e198
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user