Inheritance: java.lang.Object, android.os.Parcelable, android.view.LayoutInflater.Filter
Exemplo n.º 1
0
 internal SetEmptyView(RemoteViews _enclosing, int viewId, int emptyViewId)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 internal SetEmptyView(RemoteViews _enclosing, android.os.Parcel @in)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 3
0
 public ViewGroupAction(RemoteViews _enclosing, android.os.Parcel parcel)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 4
0
 internal MemoryUsageCounter(RemoteViews _enclosing)
 {
     this._enclosing = _enclosing;
 }
Exemplo n.º 5
0
 internal ReflectionAction(RemoteViews _enclosing, android.os.Parcel @in)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 6
0
 public ViewGroupAction(RemoteViews _enclosing, int viewId, android.widget.RemoteViews
                        nestedViews)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 7
0
 internal ReflectionActionWithoutParams(RemoteViews _enclosing, int viewId, string
                                        methodName)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 8
0
 internal ReflectionAction(RemoteViews _enclosing, int viewId, string methodName,
                           int type, object value)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 9
0
 public SetDrawableParameters(RemoteViews _enclosing, int id, bool targetBackground
                              , int alpha, int colorFilter, android.graphics.PorterDuff.Mode mode, int level)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 10
0
 public SetDrawableParameters(RemoteViews _enclosing, android.os.Parcel parcel)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 11
0
 public SetOnClickPendingIntent(RemoteViews _enclosing, android.os.Parcel parcel)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 12
0
 public SetOnClickPendingIntent(RemoteViews _enclosing, int id, android.app.PendingIntent
                                pendingIntent)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 13
0
 public SetRemoteViewsAdapterIntent(RemoteViews _enclosing, android.os.Parcel parcel
                                    )
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 14
0
 public SetRemoteViewsAdapterIntent(RemoteViews _enclosing, int id, android.content.Intent
                                    intent)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 15
0
 public SetOnClickFillInIntent(RemoteViews _enclosing, int id, android.content.Intent
                               fillInIntent)
 {
     throw new System.NotImplementedException();
 }