HomeSort by relevance Sort by last modified time
    Searched defs:getConstantState (Results 26 - 50 of 82) sorted by null

12 3 4

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 444 assertNull(mockDrawable.getConstantState());
GradientDrawableTest.java 138 ConstantState constantState = gradientDrawable.getConstantState();
500 assertNotNull(gradientDrawable.getConstantState());
569 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
DrawableContainerTest.java 77 (DrawableContainerState) new LevelListDrawable().getConstantState();
93 mDrawableContainer.getConstantState();
124 DrawableContainerState cs = ((DrawableContainerState) container.getConstantState());
137 DrawableContainerState cs = ((DrawableContainerState) container.getConstantState());
769 assertSame(mDrawableContainerState, mDrawableContainer.getConstantState());
775 mDrawableContainer.getConstantState();
    [all...]
NinePatchDrawableTest.java 150 ConstantState constantState = mNinePatchDrawable.getConstantState();
162 constantState = mNinePatchDrawable.getConstantState();
349 assertNotNull(mNinePatchDrawable.getConstantState());
351 ConstantState constantState = mNinePatchDrawable.getConstantState();
355 // the state's configuration refreshed when getConstantState is called.
356 constantState = mNinePatchDrawable.getConstantState();
537 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
607 final ConstantState preloadedConstantState = preloadedDrawable.getConstantState();
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java     [all...]
Drawable.java     [all...]
NinePatchDrawable.java 545 public ConstantState getConstantState() {
AdaptiveIconDrawable.java 846 public ConstantState getConstantState() {
899 final ConstantState cs = dr.getConstantState();
    [all...]
DrawableContainer.java 639 public ConstantState getConstantState() {
808 final ConstantState cs = origDr[i].getConstantState();
    [all...]
RippleDrawable.java 950 public ConstantState getConstantState() {
    [all...]
AnimatedVectorDrawable.java 377 public ConstantState getConstantState() {
719 final ConstantState cs = copy.mVectorDrawable.getConstantState();
    [all...]
VectorDrawable.java 397 public ConstantState getConstantState() {
    [all...]
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
AnimatedVectorDrawableCompat.java 188 * mutate() will be effective only if the getConstantState() is returning non-null.
197 // any modification here, and the getConstantState() will return null in this case.
218 drawable.mDelegateDrawable.getConstantState());
264 public ConstantState getConstantState() {
266 return new AnimatedVectorDrawableDelegateState(mDelegateDrawable.getConstantState());
593 final ConstantState cs = copy.mVectorDrawable.getConstantState();
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
BackgroundManager.java 210 public ConstantState getConstantState() {
514 drawable.getConstantState());
646 drawable.getConstantState().newDrawable().mutate();
    [all...]
  /frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
VectorDrawableCompat.java 272 public ConstantState getConstantState() {
275 return new VectorDrawableDelegateState(mDelegateDrawable.getConstantState());
558 drawable.mDelegateDrawable.getConstantState());
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/21/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 557 milliseconds

12 3 4