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

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

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

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