API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
int getEllipsisCount(int ) |
Returns the number of characters to be ellipsized away, or 0 if no ellipsis is to take place. |
int getEllipsisStart(int ) |
Return the offset of the first character to be ellipsized away, relative to the start of the line. |
int getEllipsizedWidth() |
Return the width to which this Layout is ellipsizing, or .getWidth if it is not doing anything special. |
float getLineWidth(int ) |
Gets the horizontal extent of the specified line, including trailing whitespace. |
Changed Methods | ||
---|---|---|
void draw(Canvas, |
Change in signature from (Canvas, Path, Paint ) to (Canvas, Path, Paint, int ). |
Draw the specified rectangle from this Layout on the specified Canvas, with the specified path drawn between the background and the text. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |