// Generated automatically from android.graphics.text.MeasuredText for testing purposes package android.graphics.text; import android.graphics.Rect; public class MeasuredText { protected MeasuredText() {} public float getCharWidthAt(int p0){ return 0; } public float getWidth(int p0, int p1){ return 0; } public void getBounds(int p0, int p1, Rect p2){} }