Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java719 final Drawable[] origDr = orig.mDrawables; in DrawableContainerState() local
720 mDrawables = new Drawable[origDr.length]; in DrawableContainerState()
735 if (origDr[i] != null) { in DrawableContainerState()
736 if (origDr[i].getConstantState() != null) { in DrawableContainerState()
737 mDrawableFutures.put(i, new ConstantStateFuture(origDr[i])); in DrawableContainerState()
739 mDrawables[i] = origDr[i]; in DrawableContainerState()