API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.graphics.Rect

Added Methods
int centerX() @return the horizontal center of the rectangle.
int centerY() @return the vertical center of the rectangle.
int describeContents() Parcelable interface methods
float exactCenterX() @return the exact horizontal center of the rectangle as a float.
float exactCenterY() @return the exact vertical center of the rectangle as a float.
void union(int, int) Update this Rect to enclose itself and the [x,y] coordinate.
 

Changed Methods
int height() Change from non-final to final.
@return the rectangle's height.
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
Write this rectangle to the specified parcel.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff