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

/frameworks/base/core/java/android/widget/
H A DRemoteViewsListAdapter.java35 public RemoteViewsListAdapter(Context context, ArrayList<RemoteViews> remoteViews, argument
38 mRemoteViewsList = remoteViews;
43 public void setViewsList(ArrayList<RemoteViews> remoteViews) { argument
44 mRemoteViewsList = remoteViews;
H A DRemoteViewsAdapter.java946 if ((count > 0) && (loadingTemplate.remoteViews == null)) {
972 RemoteViews remoteViews = null;
975 remoteViews = factory.getViewAt(position);
988 if (remoteViews == null) {
997 int layoutId = remoteViews.getLayoutId();
1010 mCache.insert(position, remoteViews, itemId, visibleWindow);
1014 final RemoteViews rv = remoteViews;
1123 mCache.getMetaData().getLoadingTemplate(mContext).remoteViews,
1318 public final RemoteViews remoteViews; field in class:RemoteViewsAdapter.LoadingViewTemplate
1322 remoteViews
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTile.java97 public RemoteViews remoteViews; field in class:Tile
134 dest.writeParcelable(remoteViews, flags);
156 remoteViews = in.readParcelable(RemoteViews.class.getClassLoader());
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsSession.java101 * @param remoteViews The updated {@link RemoteViews} that will be shown in secondary toolbar.
108 public boolean setSecondaryToolbarViews(@Nullable RemoteViews remoteViews, argument
111 bundle.putParcelable(CustomTabsIntent.EXTRA_REMOTEVIEWS, remoteViews);
H A DCustomTabsIntent.java453 * @param remoteViews The {@link RemoteViews} that will be shown on the secondary toolbar.
465 public Builder setSecondaryToolbarViews(@NonNull RemoteViews remoteViews, argument
467 mIntent.putExtra(EXTRA_REMOTEVIEWS, remoteViews);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java379 public void updateAppWidget(RemoteViews remoteViews) { argument
380 applyRemoteViews(remoteViews, true);
386 protected void applyRemoteViews(RemoteViews remoteViews, boolean useAsyncIfPossible) { argument
417 if (remoteViews == null) {
427 inflateAsync(remoteViews);
433 int layoutId = remoteViews.getLayoutId();
439 remoteViews.reapply(mContext, mView, mOnClickHandler);
451 content = remoteViews.apply(mContext, this, mOnClickHandler);
519 private void inflateAsync(RemoteViews remoteViews) { argument
523 int layoutId = remoteViews
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/core/java/android/app/
H A DNotification.java5143 * Forces all styled remoteViews to be built from scratch and not use any cached
5799 RemoteViews remoteViews = makeBigContentView();
5802 return remoteViews;
6087 RemoteViews remoteViews = makeBigContentView();
6090 return remoteViews;
6899 RemoteViews remoteViews = mBuilder.applyStandardTemplateWithActions(
6901 buildIntoRemoteViewContent(remoteViews, headsUpContentView);
6902 return remoteViews;
6906 RemoteViews remoteViews = mBuilder.applyStandardTemplate(
6908 buildIntoRemoteViewContent(remoteViews, customConten
6925 buildIntoRemoteViewContent(RemoteViews remoteViews, RemoteViews customContent) argument
7032 buildIntoRemoteView(RemoteViews remoteViews, int id, RemoteViews customContent) argument
[all...]

Completed in 232 milliseconds