Searched refs:origDr (Results 1 – 1 of 1) sorted by relevance
719 final Drawable[] origDr = orig.mDrawables; in DrawableContainerState() local720 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()