Searched defs:RemoteViews (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java63 public class RemoteViews implements Parcelable, Filter { class in inherits:Parcelable,Filter
65 private static final String LOG_TAG = "RemoteViews";
91 * A class to keep track of memory usage by this RemoteViews
101 * Indicates whether or not this RemoteViews object is contained as a child of any other
102 * RemoteViews.
107 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
108 * RemoteViews.
115 * {@link #RemoteViews(RemoteViews, RemoteViews)} t
1321 public RemoteViews(String packageName, int layoutId) { method in class:RemoteViews
1342 public RemoteViews(RemoteViews landscape, RemoteViews portrait) { method in class:RemoteViews
1370 public RemoteViews(Parcel parcel) { method in class:RemoteViews
1374 private RemoteViews(Parcel parcel, BitmapCache bitmapCache) { method in class:RemoteViews
[all...]

Completed in 60 milliseconds