Files
frameworks_base/core/java/android/view
Siarhei Vishniakou c771e7e80d Add @NonNull annotation to getDecorView()
The function Window::getDecorView() cannot return null, because the view
is being constructed in the case where it actually is null. Therefore,
annotate the method with @NonNull.

Test: no functional change
Change-Id: I1a350e0af8f314f696bb1acde225633abb935a42
2018-04-19 11:43:29 -07:00
..
2018-04-11 13:03:43 +02:00
2018-03-06 11:53:07 -08:00
2017-10-16 21:27:54 +01:00
2018-03-21 16:42:59 -07:00
2018-02-14 16:36:16 -08:00
2018-03-23 13:48:48 -07:00
2018-04-09 14:50:40 -07:00
2018-02-12 17:30:02 -08:00
2018-04-17 15:59:50 +02:00