mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
14 lines
375 B
Java
Generated
14 lines
375 B
Java
Generated
// 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){}
|
|
}
|