Searched refs:PROPNAME_DRAWABLE (Results 1 – 2 of 2) 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()
71195 Landroid/transition/Crossfade;->PROPNAME_DRAWABLE:Ljava/lang/String;