This website requires JavaScript.
Explore
Help
Sign In
Android
/
frameworks_base
Watch
1
Star
0
Fork
0
You've already forked frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b6888167d39bbfdb3e26e12f267c6d1abc6ce2b2
frameworks_base
/
core
History
Romain Guy
b6888167d3
Fixes
#1872506
. Prevents NPE in ListView. When the opaque property changes at runtime, it is possible to end up in a situation in which the divider's Paint instance has not been instanciated. This change simples uses a final Paint that is guaranteed to not be null.
2009-05-22 14:09:29 -07:00
..
config
Config: Add ConfigBuildFlags, and change it based on TARGET_BUILD_TYPE
2009-05-01 17:47:08 -07:00
java
Fixes
#1872506
. Prevents NPE in ListView. When the opaque property changes at runtime, it is possible to end up in a situation in which the divider's Paint instance has not been instanciated. This change simples uses a final Paint that is guaranteed to not be null.
2009-05-22 14:09:29 -07:00
jni
Hook up the backup data writer, and add a utility to read the backup data files.
2009-05-20 11:24:20 -07:00
res
Merge change 2305 into donut
2009-05-22 02:02:57 -07:00