Home
last modified time | relevance | path

Searched refs:MyDrawable (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginWithCustomHighlightActivityTest.java27 import android.autofillservice.cts.testcore.MyDrawable;
56 MyDrawable.initStatus();
61 MyDrawable.clearStatus();
68 MyDrawable.assertDrawableNotDrawn();
75 final Rect bounds = MyDrawable.getAutofilledBounds();
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DMyDrawable.java29 public class MyDrawable extends Drawable { class
34 private static MyDrawable sInstance;
38 public MyDrawable() { in MyDrawable() method in MyDrawable