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

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
RippleDrawableTest.java 96 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
103 (RippleDrawable) preloadedConstantState.newDrawable(res);
109 (RippleDrawable) preloadedConstantState.newDrawable(res);
115 (RippleDrawable) preloadedConstantState.newDrawable(res);
StateListDrawableTest.java 211 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
235 (StateListDrawable) preloadedConstantState.newDrawable(res);
245 (StateListDrawable) preloadedConstantState.newDrawable(res);
254 (StateListDrawable) preloadedConstantState.newDrawable(res);
GradientDrawableTest.java 569 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
579 (GradientDrawable) preloadedConstantState.newDrawable(res);
590 (GradientDrawable) preloadedConstantState.newDrawable(res);
599 (GradientDrawable) preloadedConstantState.newDrawable();
InsetDrawableTest.java 469 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
477 (InsetDrawable) preloadedConstantState.newDrawable(res);
486 (InsetDrawable) preloadedConstantState.newDrawable(res);
493 (InsetDrawable) preloadedConstantState.newDrawable();
VectorDrawableTest.java 435 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
442 (VectorDrawable) preloadedConstantState.newDrawable(res);
450 (VectorDrawable) preloadedConstantState.newDrawable(res);
456 (VectorDrawable) preloadedConstantState.newDrawable();
NinePatchDrawableTest.java 537 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
551 (NinePatchDrawable) preloadedConstantState.newDrawable(res);
607 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
625 (NinePatchDrawable) preloadedConstantState.newDrawable(res);
LayerDrawableTest.java     [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BitmapDrawableTest.java 103 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
116 (BitmapDrawable) preloadedConstantState.newDrawable(res);

Completed in 131 milliseconds