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";
98 * A class to keep track of memory usage by this RemoteViews
108 * Indicates whether or not this RemoteViews object is contained as a child of any other
109 * RemoteViews.
114 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
115 * RemoteViews.
122 * {@link #RemoteViews(RemoteViews, RemoteViews)} t
1446 public RemoteViews(String packageName, int layoutId) { method in class:RemoteViews
1472 public RemoteViews(RemoteViews landscape, RemoteViews portrait) { method in class:RemoteViews
1500 public RemoteViews(Parcel parcel) { method in class:RemoteViews
1504 private RemoteViews(Parcel parcel, BitmapCache bitmapCache) { method in class:RemoteViews
[all...]

Completed in 34 milliseconds