Andrey Kulikov 275ca2a651 Fix IntDef's usages in the platform Transitions
Bug: 68490704

1) Add annotation in some places where it was missed: constructors of Fade and Slide
2) Add Fade.IN and Fade.OUT into a set of allowed values for Visibility.MODE IntDef. Without it Lint will false alarm on this line:
new Fade().setMode(Fade.IN);
It should be allowed as Fade.IN is just a proxy value for Visibility.MODE_IN.

Test: n/a
Change-Id: I56d8ba5f49b1cf8f6a61357f58ac76312e7cf037
2018-09-07 16:54:45 +00:00
2018-09-07 03:31:52 +00:00
2018-09-05 15:24:23 -07:00
2018-08-02 14:46:03 +01:00
2018-08-22 13:13:07 -07:00
2018-09-06 12:15:11 +01:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%