Searched refs:MyDrawable (Results 1 – 2 of 2) sorted by relevance
27 import android.autofillservice.cts.testcore.MyDrawable;57 MyDrawable.initStatus();62 MyDrawable.clearStatus();69 MyDrawable.assertDrawableNotDrawn();76 final Rect bounds = MyDrawable.getAutofilledBounds();
29 public class MyDrawable extends Drawable { class34 private static MyDrawable sInstance;38 public MyDrawable() { in MyDrawable() method in MyDrawable