From 706d749bad16ec2ab1400f4838c39552fcbdf00f Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Sat, 23 May 2015 16:32:50 -0700 Subject: Doc change: remove older diffs from static server hosting. Requests will redirect to downloadable zips in cloud storage. Change-Id: Id3144b172808b1cde555d778f31ad5b4db0d941b --- .../3/changes/android.widget.RemoteViews.html | 220 --------------------- 1 file changed, 220 deletions(-) delete mode 100644 docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html (limited to 'docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html') diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html b/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html deleted file mode 100644 index 3f443a6..0000000 --- a/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - - -android.widget.RemoteViews - - - - - - - - - - -
-
-
-

-Class android.widget.RemoteViews -

- - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Added Methods -
- - void setBitmap(int, String, Bitmap) -  
- - void setBoolean(int, String, boolean) -  
- - void setByte(int, String, byte) -  
- - void setChar(int, String, char) -  
- - void setCharSequence(int, String, CharSequence) -  
- - void setDouble(int, String, double) -  
- - void setFloat(int, String, float) -  
- - void setImageViewBitmap(int, Bitmap) -  
- - void setInt(int, String, int) -  
- - void setLong(int, String, long) -  
- - void setOnClickPendingIntent(int, PendingIntent) -  
- - void setShort(int, String, short) -  
- - void setString(int, String, String) -  
- - void setTextColor(int, int) -  
- - void setUri(int, String, Uri) -  
-  - -

- -
-
- - - - -- cgit v1.1