am be8bc839: Merge "DO NOT MERGE Stripping some new widget API that is yet unused" into jb-mr2-dev
* commit 'be8bc8392e203a661242b0637ce25bd05c292306': DO NOT MERGE Stripping some new widget API that is yet unused
This commit is contained in:
@@ -30044,7 +30044,6 @@ package android.widget {
|
||||
method public void setRelativeScrollPosition(int, int);
|
||||
method public deprecated void setRemoteAdapter(int, int, android.content.Intent);
|
||||
method public void setRemoteAdapter(int, android.content.Intent);
|
||||
method public void setRemoteAdapter(int, java.util.ArrayList<android.widget.RemoteViews>, int);
|
||||
method public void setScrollPosition(int, int);
|
||||
method public void setShort(int, java.lang.String, short);
|
||||
method public void setString(int, java.lang.String, java.lang.String);
|
||||
|
||||
@@ -2108,6 +2108,8 @@ public class RemoteViews implements Parcelable, Filter {
|
||||
* RemoteViews. This count cannot change during the life-cycle of a given widget, so this
|
||||
* parameter should account for the maximum possible number of types that may appear in the
|
||||
* See {@link Adapter#getViewTypeCount()}.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public void setRemoteAdapter(int viewId, ArrayList<RemoteViews> list, int viewTypeCount) {
|
||||
addAction(new SetRemoteViewsAdapterList(viewId, list, viewTypeCount));
|
||||
|
||||
Reference in New Issue
Block a user