8 Commits

Author SHA1 Message Date
hunterstich
2a2792d4fb [Motion] Remove context parameter from MaterialContainerTransform.
PiperOrigin-RevId: 304389543
2020-04-03 09:57:54 -07:00
hunterstich
148938ca84 [Motion] Update MaterialFadeThrough and MaterialFade to use MaterialVisibility and remove context param.
This updaes the remaining transitions to compose themselves of two animators instead of two visibility transitions. This also removes the context parameter from MaterialFadeThrough, MaterialFade and MaterialSharedAxis' constructors.

PiperOrigin-RevId: 303332658
2020-03-27 11:40:38 -04:00
hunterstich
5b07d02c8e Refactor MaterialSharedAxis to be composed of two animators.
Resolves https://github.com/material-components/material-components-android/issues/1047#issuecomment-594966218

PiperOrigin-RevId: 301619025
2020-03-18 17:37:50 -04:00
hunterstich
fe1651939c Fix motion java doc lint errors
PiperOrigin-RevId: 300415917
2020-03-13 10:52:20 -04:00
hunterstich
0f0942bdfd Fix container transform flashing on API 22.
Resolves https://github.com/material-components/material-components-android/issues/1061

PiperOrigin-RevId: 298752245
2020-03-05 13:05:24 -08:00
hunterstich
05804ddade Improve error message when container transform is unable to find an ancestor for the drawing view id.
PiperOrigin-RevId: 296884487
2020-02-24 18:28:14 -05:00
hunterstich
70f447d77e Fix gradle build and lint errors for transition package.
PiperOrigin-RevId: 294971841
2020-02-13 13:55:08 -08:00
hunterstich
a3a9793fb1 Fix container transform crash on API 21 and 22 due to path unioning.
PiperOrigin-RevId: 294924927
2020-02-13 13:49:21 -08:00