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

  /developers/build/prebuilts/gradle/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
83 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
84 ColorDrawable startColor = (ColorDrawable) startBackground;
  /developers/samples/android/ui/transition/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
83 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
84 ColorDrawable startColor = (ColorDrawable) startBackground;
  /development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
ChangeColor.java 79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
83 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
84 ColorDrawable startColor = (ColorDrawable) startBackground;
  /frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/
ChangeColor.java 77 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
81 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
82 ColorDrawable startColor = (ColorDrawable) startBackground;
  /frameworks/base/core/java/android/transition/
Recolor.java 76 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
79 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) {
80 ColorDrawable startColor = (ColorDrawable) startBackground;

Completed in 1342 milliseconds