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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java88 public class RemoteViews implements Parcelable, Filter { class in inherits:Parcelable,Filter
90 private static final String LOG_TAG = "RemoteViews";
99 * Maximum depth of nested views calls from {@link #addView(int, RemoteViews)} and
100 * {@link #RemoteViews(RemoteViews, RemoteViews)}.
144 * A class to keep track of memory usage by this RemoteViews
154 * Indicates whether or not this RemoteViews object is contained as a child of any other
155 * RemoteViews.
166 * Constants to whether or not this RemoteViews i
2342 public RemoteViews(String packageName, int layoutId) { method in class:RemoteViews
2356 public RemoteViews(String packageName, int userId, int layoutId) { method in class:RemoteViews
2369 protected RemoteViews(ApplicationInfo application, int layoutId) { method in class:RemoteViews
2389 public RemoteViews(RemoteViews landscape, RemoteViews portrait) { method in class:RemoteViews
2418 public RemoteViews(Parcel parcel) { method in class:RemoteViews
2422 private RemoteViews(Parcel parcel, BitmapCache bitmapCache, ApplicationInfo info, int depth) { method in class:RemoteViews
[all...]

Completed in 68 milliseconds