Files
frameworks_base/core/java/android/view
Gilles Debunne 9afed28629 Raw types warnings removed.
Raw types replaced. Added a asSubClass method in LayoutInflater which
will (correctly) throw a ClassCastException when the inflated class is
not a View subclass.

Reduced the number of warnings in GenericInflater, but those remaining
are valid. A lot of unsafe class casts happen between parent (P) and
item (T) types that will generate runtime errors if the XML is not valid.

Change-Id: I887fd67769a51ab54c6092e1270dbe3bfb6313ca
2010-04-27 15:05:16 -07:00
..
2010-02-26 12:35:55 -08:00
2010-04-02 14:39:20 -07:00
2010-02-12 17:52:22 -08:00
2010-04-23 15:31:35 -05:00
2009-11-13 13:53:39 -08:00
2010-03-10 12:40:04 -08:00
2009-11-13 13:53:39 -08:00
2009-07-21 11:16:54 -07:00