Merge "Add @hide tag to fix SDK build"

This commit is contained in:
Kenny Root
2010-05-13 06:26:17 -07:00
committed by Android (Google) Code Review

View File

@@ -35,6 +35,7 @@ extends CharSequence
/**
* Just like {@link Canvas#drawTextRun}.
* {@hide}
*/
void drawTextRun(Canvas c, int start, int end,
float x, float y, int flags, Paint p);