commit | 2b95c2413838c2e2b127ebab8fb4fead7d52e460 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Mon Feb 08 17:40:30 2010 -0800 |
committer | Jeff Sharkey <jsharkey@android.com> | Wed Feb 17 15:03:32 2010 -0800 |
tree | 152840f97e63ab28962c5f351217fa8088686f13 | |
parent | 6a70d7d1e28bd0b98d03e7ecab3fd08ea5973e34 [diff] |
Added more @RemotableViewMethod methods, mutate ImageView. Catch some View methods missed during the first pass of marking with @RemotableViewMethod annotation. Also adds new ImageView.setColorFilter(int) to match the android:tint XML attribute. When ImageView touches ColorFilter or alpha, mutate the underlying Drawable. Fix NPE in StateListDrawable.mutate().