OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROPNAME_BACKGROUND
(Results
1 - 4
of
4
) 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/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 308 milliseconds