index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
transition
/
Fade.java
Age
Commit message (
Expand
)
Author
2018-09-07
Fix IntDef's usages in the platform Transitions
Andrey Kulikov
2017-02-10
Recycle TypedArrays in Fade and TransitionInflater
Yuichi Araki
2016-06-14
Remove TransitionListener after transition completes.
George Mount
2016-02-10
Null check for fade start alpha value.
George Mount
2016-02-08
Fix Fade transition interrupt.
George Mount
2015-04-03
Reset transitionAlpha when the transition is stopped early.
George Mount
2014-09-17
Default to using hardware layer during fade transition.
George Mount
2014-07-22
API Council: Change docs and constant names.
George Mount
2014-06-30
Add curved motion to Transitions.
George Mount
2014-06-26
Add IN/OUT flag for all Visibility transitions.
George Mount
2014-04-25
Fade Transition sometimes disappeared improperly.
George Mount
2014-04-07
Add Transitions useful for Activity transitions.
George Mount
2013-09-26
Make fading transitions work better
Chet Haase
2013-09-18
Use transition-only alpha property for fading transitions
Chet Haase
2013-09-16
Ensure that transitions animating alpha end on a reasonable value
Chet Haase
2013-09-04
Transition API changes from API council recommendations
Chet Haase