HomeSort by relevance Sort by last modified time
    Searched refs:RotateDrawable (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
RotateDrawableTest.java 45 import android.graphics.drawable.RotateDrawable;
65 private RotateDrawable mRotateDrawable;
70 mRotateDrawable = (RotateDrawable) mResources.getDrawable(R.drawable.rotatedrawable);
75 new RotateDrawable();
86 RotateDrawable d;
88 d = (RotateDrawable) mResources.getDrawable(R.drawable.rotatedrawable_rel);
96 d = (RotateDrawable) mResources.getDrawable(R.drawable.rotatedrawable_abs);
107 RotateDrawable d = new RotateDrawable();
    [all...]
LayerDrawableTest.java 61 import android.graphics.drawable.RotateDrawable;
131 assertEquals(RotateDrawable.class, layerDrawable.getDrawable(2).getClass());
    [all...]

Completed in 70 milliseconds