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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java70 public class RemoteViews implements Parcelable, Filter { class in inherits:Parcelable,Filter
72 private static final String LOG_TAG = "RemoteViews";
99 * A class to keep track of memory usage by this RemoteViews
109 * Indicates whether or not this RemoteViews object is contained as a child of any other
110 * RemoteViews.
115 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
116 * RemoteViews.
123 * {@link #RemoteViews(RemoteViews, RemoteViews)} t
1648 public RemoteViews(String packageName, int layoutId) { method in class:RemoteViews
1662 public RemoteViews(String packageName, int userId, int layoutId) { method in class:RemoteViews
1675 protected RemoteViews(ApplicationInfo application, int layoutId) { method in class:RemoteViews
1695 public RemoteViews(RemoteViews landscape, RemoteViews portrait) { method in class:RemoteViews
1724 public RemoteViews(Parcel parcel) { method in class:RemoteViews
1728 private RemoteViews(Parcel parcel, BitmapCache bitmapCache) { method in class:RemoteViews
[all...]

Completed in 58 milliseconds