Class android.graphics.text.LineBreaker.ParagraphConstraints

Changed Methods
float getDefaultTabStop() Change in return type from int to float.
 
float[] getTabStops() Change in return type from int[] to float[].
 
void setTabStops(float[], float) Change in signature from (int[], int) to (float[], float).