OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endBackground
(Results
1 - 5
of
5
) 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/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/
ChangeColor.java
78
Drawable
endBackground
= (Drawable) endValues.values.get(PROPNAME_BACKGROUND);
81
if (startBackground instanceof ColorDrawable &&
endBackground
instanceof ColorDrawable) {
83
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 623 milliseconds