HomeSort by relevance Sort by last modified time
    Searched refs:remoteViews (Results 1 - 9 of 9) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/vcard/
NotificationImportExportListener.java 33 import android.widget.RemoteViews;
200 final RemoteViews remoteViews =
201 new RemoteViews(context.getPackageName(),
203 remoteViews.setTextViewText(R.id.status_description, description);
204 remoteViews.setProgressBar(R.id.status_progress_bar, totalCount, currentCount,
213 remoteViews.setTextViewText(R.id.status_progress_text, percentage);
216 remoteViews.setImageViewResource(R.id.status_icon, icon);
221 notification.contentView = remoteViews;
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 43 import android.widget.RemoteViews;
50 * {@link RemoteViews}.
65 // views that are allowed in RemoteViews.
68 return clazz.isAnnotationPresent(RemoteViews.RemoteView.class);
93 * {@link #updateAppWidget(RemoteViews)}.
219 * Process a set of {@link RemoteViews} coming in as an update from the
222 public void updateAppWidget(RemoteViews remoteViews) {
248 if (remoteViews == null) {
259 mRemoteContext = getRemoteContext(remoteViews);
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 43 * An adapter to a RemoteViewsService which fetches and caches RemoteViews
75 // The set of requested views that are to be notified when the associated RemoteViews are
244 * A FrameLayout which contains a loading view, and manages the re/applying of RemoteViews when
254 * @param view the RemoteViews that was loaded. If null, the RemoteViews was not loaded
257 public void onRemoteViewsLoaded(RemoteViews view) {
263 Log.e(TAG, "Failed to apply RemoteViews.");
270 * adapter that have not yet had their RemoteViews loaded.
300 * the associated RemoteViews has loaded.
302 public void notifyOnRemoteViewsLoaded(int position, RemoteViews view, int typeId)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 64 import android.widget.RemoteViews;
598 final RemoteViews oldContentView = oldNotification.notification.contentView;
600 final RemoteViews contentView = notification.notification.contentView;
615 // Can we just reapply the RemoteViews in place? If when didn't change, the order
636 // Reapply the RemoteViews
720 RemoteViews remoteViews = n.contentView;
721 if (remoteViews == null) {
762 expanded = remoteViews.apply(mContext, content);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 65 import android.widget.RemoteViews;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 92 milliseconds