Searched refs:PROPNAME_DRAWABLE (Results 1 – 1 of 1) sorted by relevance
54 private static final String PROPNAME_DRAWABLE = "android:crossfade:drawable"; field in Crossfade180 final BitmapDrawable startDrawable = (BitmapDrawable) startVals.get(PROPNAME_DRAWABLE); in createAnimator()181 final BitmapDrawable endDrawable = (BitmapDrawable) endVals.get(PROPNAME_DRAWABLE); in createAnimator()284 transitionValues.values.put(PROPNAME_DRAWABLE, drawable); in captureValues()