Class android.graphics.RenderNode

Removed Methods
float getRotation()  
boolean setBottom(int)  
boolean setClipBounds(Rect)  
boolean setLeft(int)  
boolean setLeftTopRightBottom(int, int, int, int)  
boolean setRight(int)  
boolean setRotation(float)  
boolean setTop(int)  
RecordingCanvas startRecording()  
RecordingCanvas startRecording(int, int)  
 

Added Methods
RecordingCanvas beginRecording()  
RecordingCanvas beginRecording(int, int)  
float getRotationZ()  
boolean setClipRect(Rect)  
boolean setPosition(Rect)  
boolean setPosition(int, int, int, int)  
boolean setRotationZ(float)  
 

Changed Methods
long computeApproximateMemoryUsage() Change in return type from int to long.