HomeSort by relevance Sort by last modified time
    Searched refs:endBackground (Results 1 - 4 of 4) sorted by null

  /developers/build/prebuilts/gradle/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
83 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
85 ColorDrawable endColor = (ColorDrawable) endBackground;
  /developers/samples/android/ui/transition/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
83 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
85 ColorDrawable endColor = (ColorDrawable) endBackground;
  /development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
ChangeColor.java 80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
83 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
85 ColorDrawable endColor = (ColorDrawable) endBackground;
  /frameworks/base/core/java/android/transition/
Recolor.java 77 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
79 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
81 ColorDrawable endColor = (ColorDrawable) endBackground;
85 return ObjectAnimator.ofArgb(endBackground, "color", startColor.getColor(),

Completed in 1625 milliseconds