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 )  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.