HomeSort by relevance Sort by last modified time
    Searched defs:views (Results 1 - 25 of 433) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DropTarget.java 17 package com.android.systemui.recents.views;
RecentsEntrancePathInterpolator.java 17 package com.android.systemui.recents.views;
FixedSizeImageView.java 17 package com.android.systemui.recents.views;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationCustomViewWrapperTest.java 53 RemoteViews views = new RemoteViews(mContext.getPackageName(), R.layout.custom_view_dark); local
54 View v = views.apply(mContext, null);
59 views.reapply(mContext, v);
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 68 final RemoteViews views = local
71 views.setViewVisibility(R.id.title, View.GONE);
72 views.setTextViewText(R.id.artist, res.getText(R.string.widget_initial_text));
74 linkButtons(context, views, false /* not playing */);
75 pushUpdate(context, appWidgetIds, views);
78 private void pushUpdate(Context context, int[] appWidgetIds, RemoteViews views) {
82 gm.updateAppWidget(appWidgetIds, views);
84 gm.updateAppWidget(new ComponentName(context, this.getClass()), views);
115 final RemoteViews views = local
142 views.setViewVisibility(R.id.title, View.GONE)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
AnimateableGridViewBounds.java 17 package com.android.systemui.recents.views.grid;
20 import com.android.systemui.recents.views.AnimateableViewBounds;
22 /* An outline provider for grid-based task views. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FitToCanvasAction.java 17 package com.android.ide.eclipse.gltrace.views;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ICallDetailProvider.java 17 package com.android.ide.eclipse.gltrace.views.detail;
IStateDetailProvider.java 17 package com.android.ide.eclipse.gltrace.views.detail;
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
TestAppWidgetProvider.java 50 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.test_appwidget); local
51 views.setTextViewText(R.id.oh_hai_text, "hai: " + SystemClock.elapsedRealtime());
53 gm.updateAppWidget(appWidgetIds, views);
56 "com.android.tests.appwidgetprovider.TestAppWidgetProvider"), views);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
PhotoAppWidgetProvider.java 66 RemoteViews views = buildWidget(context, id, entry); local
67 appWidgetManager.updateAppWidget(id, views);
81 RemoteViews views = new RemoteViews( local
92 views.setRemoteAdapter(widgetId, R.id.appwidget_stack_view, intent);
94 views.setEmptyView(R.id.appwidget_stack_view, R.id.appwidget_empty_view);
99 views.setPendingIntentTemplate(R.id.appwidget_stack_view, pendingIntent);
101 return views;
105 RemoteViews views = new RemoteViews( local
110 views.setImageViewBitmap(R.id.photo, bitmap);
122 views.setOnClickPendingIntent(R.id.photo, pendingClickIntent)
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 102 RemoteViews views = null; local
106 views = new RemoteViews(context.getPackageName(), R.layout.widget_word);
109 views.setTextViewText(R.id.word_title, wordTitle);
110 views.setTextViewText(R.id.word_type, matcher.group(2));
111 views.setTextViewText(R.id.definition, matcher.group(3).trim());
119 views.setOnClickPendingIntent(R.id.widget, pendingIntent);
123 views = new RemoteViews(context.getPackageName(), R.layout.widget_message);
124 views.setTextViewText(R.id.message, context.getString(R.string.widget_error));
126 return views;
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetProvider.java 57 // - Tell the AppWidgetManager to show that views object for the widget.
114 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.appwidget_provider); local
115 views.setTextViewText(R.id.appwidget_text, text);
118 appWidgetManager.updateAppWidget(appWidgetId, views);
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetProvider.java 58 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.test_appwidget); local
59 views.setTextViewText(R.id.oh_hai_text, prefix + ": " + SystemClock.elapsedRealtime());
61 gm.updateAppWidget(appWidgetIds, views);
64 "com.android.tests.appwidgethost.TestAppWidgetProvider"), views);
  /external/libmojo/mojo/public/cpp/bindings/
sync_call_restrictions.h 21 namespace views { namespace
60 friend class views::ClipboardMus;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindowManager.java 16 private List<View> views = new ArrayList<View>(); field in class:TestWindowManager
20 views.add(view);
25 views.remove(view);
42 return views;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
ProgressBarWrapper.java 18 package com.android.ex.photo.views;
  /packages/apps/Gallery2/src/com/android/photos/views/
SquareImageView.java 17 package com.android.photos.views;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
AllocTrackerView.java 17 package com.android.ide.eclipse.ddms.views;
25 public static final String ID = "com.android.ide.eclipse.ddms.views.AllocTrackerView"; //$NON-NLS-1$
EmulatorControlView.java 17 package com.android.ide.eclipse.ddms.views;
26 "com.android.ide.eclipse.ddms.views.EmulatorControlView"; //$NON-NLS-1$
HeapView.java 17 package com.android.ide.eclipse.ddms.views;
25 public static final String ID = "com.android.ide.eclipse.ddms.views.HeapView"; //$NON-NLS-1$
NativeHeapView.java 17 package com.android.ide.eclipse.ddms.views;
26 "com.android.ide.eclipse.ddms.views.NativeHeapView"; //$NON-NLS-1$
NetworkStatisticsView.java 17 package com.android.ide.eclipse.ddms.views;
24 public static final String ID = "com.android.ide.eclipse.ddms.views.NetworkStatsView";
SelectionDependentViewPart.java 17 package com.android.ide.eclipse.ddms.views;
ThreadView.java 17 package com.android.ide.eclipse.ddms.views;
26 "com.android.ide.eclipse.ddms.views.ThreadView"; //$NON-NLS-1$

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 91011>>