Searched refs:PROPNAME_BACKGROUND (Results 1 – 1 of 1) sorted by relevance
37 private static final String PROPNAME_BACKGROUND = "customtransition:change_color:background"; field in ChangeColor46 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground()); in captureValues()79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND); in createAnimator()80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND); in createAnimator()