Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2832775 authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am f4865efe: am be8bc839: Merge "DO NOT MERGE Stripping some new widget API...

am f4865efe: am be8bc839: Merge "DO NOT MERGE Stripping some new widget API that is yet unused" into jb-mr2-dev

* commit 'f4865efe':
  DO NOT MERGE Stripping some new widget API that is yet unused
parents 3569e9e5 f4865efe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30052,7 +30052,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);
+2 −0
Original line number Diff line number Diff line
@@ -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));