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

  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 52 RemoteViews updateViews = buildUpdate(this);
57 manager.updateAppWidget(thisWidget, updateViews);
63 RemoteViews updateViews = new RemoteViews(
70 updateViews.setOnClickPendingIntent(R.id.widget, pendingIntent);
72 updateViews.setTextViewText(R.id.build_info,
75 updateViews.setTextViewText(R.id.build_changelist,
78 return updateViews;
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 55 RemoteViews updateViews = buildUpdate(this);
60 manager.updateAppWidget(thisWidget, updateViews);
79 RemoteViews updateViews = null;
97 updateViews = new RemoteViews(context.getPackageName(), R.layout.widget_word);
100 updateViews.setTextViewText(R.id.word_title, wordTitle);
101 updateViews.setTextViewText(R.id.word_type, matcher.group(2));
102 updateViews.setTextViewText(R.id.definition, matcher.group(3).trim());
110 updateViews.setOnClickPendingIntent(R.id.widget, pendingIntent);
114 updateViews = new RemoteViews(context.getPackageName(), R.layout.widget_message);
116 updateViews.setTextViewText(R.id.message, errorMessage)
    [all...]
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 189 RemoteViews updateViews = new RemoteViews(
197 updateViews.setOnClickPendingIntent(R.id.tip_bubble, pending);
205 updateViews.setOnClickPendingIntent(R.id.bugdroid, pending);
220 updateViews.setImageViewResource(R.id.tip_callout, resId);
221 updateViews.setViewVisibility(R.id.tip_callout, View.VISIBLE);
224 updateViews.setImageViewResource(R.id.tip_callout, 0);
225 updateViews.setViewVisibility(R.id.tip_callout, View.GONE);
228 updateViews.setTextViewText(R.id.tip_message,
230 updateViews.setTextViewText(R.id.tip_header,
232 updateViews.setTextViewText(R.id.tip_footer,
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 54 RemoteViews updateViews = buildUpdate(this);
59 manager.updateAppWidget(thisWidget, updateViews);
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 424 updateViews();
434 updateViews();
475 updateViews();
478 private void updateViews() {
    [all...]

Completed in 266 milliseconds