Searched defs:widget (Results 1 - 25 of 62) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DContextMenuAdapter.java16 package com.android.contacts.widget;
H A DTextWithHighlightingFactory.java16 package com.android.contacts.widget;
H A DLayoutSuppressingImageView.java17 package com.android.contacts.widget;
21 import android.widget.ImageView;
H A DLayoutSuppressingQuickContactBadge.java17 package com.android.contacts.widget;
21 import android.widget.QuickContactBadge;
H A DTextWithHighlighting.java16 package com.android.contacts.widget;
H A DAutoScrollListView.java17 package com.android.contacts.widget;
21 import android.widget.ListView;
H A DFullHeightLinearLayout.java17 package com.android.contacts.widget;
21 import android.widget.LinearLayout;
H A DNotifyingSpinner.java17 package com.android.contacts.widget;
21 import android.widget.Spinner;
H A DSingleItemAdapter.java16 package com.android.contacts.widget;
20 import android.widget.BaseAdapter;
H A DTransitionAnimationView.java16 package com.android.contacts.widget;
23 import android.widget.FrameLayout;
H A DAlphaTouchInterceptorOverlay.java17 package com.android.contacts.widget;
21 import android.widget.FrameLayout;
H A DFrameLayoutWithOverlay.java17 package com.android.contacts.widget;
23 import android.widget.FrameLayout;
/packages/apps/Browser/src/com/android/browser/widget/
H A DBookmarkWidgetProxy.java17 package com.android.browser.widget;
H A DBookmarkThumbnailWidgetProvider.java17 package com.android.browser.widget;
26 import android.widget.RemoteViews;
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DEllipsizeLayout.java1 package com.android.deskclock.widget;
6 import android.widget.LinearLayout;
7 import android.widget.TextView;
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
H A DLogTag.java17 package com.android.deskclock.widget.swipeablelistview;
H A DUtils.java17 package com.android.deskclock.widget.swipeablelistview;
H A DSwipeLayout.java17 package com.android.deskclock.widget.swipeablelistview;
22 import android.widget.LinearLayout;
/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetProvider.java17 package com.android.mms.widget;
28 import android.widget.RemoteViews;
60 // The base class AppWidgetProvider's onReceive handles the normal widget intents. Here
62 // been sent or received (or a conversation has been read) and is telling the widget it
80 * Update the widget appWidgetId
86 RemoteViews remoteViews = new RemoteViews(context.getPackageName(), R.layout.widget);
123 * notifyDatasetChanged call when the conversation list changes so the mms widget will
/packages/apps/Email/src/com/android/email/widget/
H A DWidgetManager.java17 package com.android.email.widget;
37 private static final String PREFS_NAME = "com.android.email.widget.WidgetManager";
62 // Find the widget in the map
63 final EmailWidget widget = WidgetManager.getInstance().get(widgetId);
64 if (widget != null) {
65 // Stop loading and remove the widget from the map
66 widget.onDeleted();
74 // Find the widget in the map
75 final EmailWidget widget = WidgetManager.getInstance().get(widgetId);
76 if (widget !
101 put(int widgetId, EmailWidget widget) argument
[all...]
H A DWidgetConfiguration.java17 package com.android.email.widget;
38 * Activity to configure the Email widget.
41 /** ID of the newly created application widget */
94 // right now and it doesn't make sense to put them in a widget.
124 // save user selected preferences & create initial widget view
128 // Return "OK" result; make sure we pass along the original widget ID
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DEase.java17 package com.android.deskclock.widget.multiwaveview;
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartAxis.java17 package com.android.settings.widget;
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetProvider.java17 package com.android.calendar.widget;
35 import android.widget.RemoteViews;
43 * Simple widget to show next upcoming calendar event.
124 if (LOGD) Log.d(TAG, "Building widget update...");
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
H A DCalendarAppWidgetServiceTest.java18 package com.android.calendar.widget;
20 import com.android.calendar.widget.CalendarAppWidgetModel.EventInfo;
21 import com.android.calendar.widget.CalendarAppWidgetService.CalendarFactory;
33 // adb shell am instrument -w -e class com.android.calendar.widget.CalendarAppWidgetServiceTest
115 // TODO re-enable this test when our widget behavior is finalized

Completed in 4202 milliseconds

123