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

  /developers/build/prebuilts/gradle/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 37 private static final String PROPNAME_BACKGROUND = "customtransition:change_color:background";
46 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground());
79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
  /developers/samples/android/ui/transition/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 37 private static final String PROPNAME_BACKGROUND = "customtransition:change_color:background";
46 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground());
79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
  /development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
ChangeColor.java 37 private static final String PROPNAME_BACKGROUND = "customtransition:change_color:background";
46 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground());
79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
  /frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/
ChangeColor.java 37 private static final String PROPNAME_BACKGROUND = "transitiondemos:change_color:background";
45 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground());
77 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
78 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
  /frameworks/base/core/java/android/transition/
Recolor.java 42 private static final String PROPNAME_BACKGROUND = "android:recolor:background";
52 transitionValues.values.put(PROPNAME_BACKGROUND, transitionValues.view.getBackground());
76 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND);
77 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND);

Completed in 441 milliseconds