Searched defs:widget (Results 76 - 100 of 118) sorted by relevance

12345

/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DWidgetConversationListItemViewBuilder.java17 package com.android.mail.widget;
31 import android.widget.RemoteViews;
H A DBaseWidgetProvider.java17 package com.android.mail.widget;
32 import android.widget.RemoteViews;
57 public static final String WIDGET_ACCOUNT_PREFIX = "widget-account-";
70 * Remove preferences when deleting widget
76 // TODO: (mindyp) save widget information.
85 * Note: this method calls {@link BaseWidgetProvider#getProviderName} and thus returns widget
104 // Retrieve the persisted information for this widget from
108 // If the account matched, update the widget.
122 // We want to migrate any legacy Email widget information to the new format
157 // Retrieve the persisted information for this widget fro
[all...]
/packages/apps/Browser/src/com/android/browser/widget/
H A DBookmarkThumbnailWidgetService.java17 package com.android.browser.widget;
36 import android.widget.RemoteViews;
37 import android.widget.RemoteViewsService;
53 = "com.android.browser.widget.CHANGE_FOLDER";
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java17 package com.android.calendar.widget;
43 * {@link RowInfo} is a class that represents a single row in the widget. It
45 * {@link EventInfo} instance, since a row in the widget might be either a
71 * {@link EventInfo} is a class that represents an event in the widget. It
191 * {@link DayInfo} is a class that represents a day header in the widget. It
H A DCalendarAppWidgetService.java17 package com.android.calendar.widget;
39 import android.widget.RemoteViews;
40 import android.widget.RemoteViewsService;
44 import com.android.calendar.widget.CalendarAppWidgetModel.DayInfo;
45 import com.android.calendar.widget.CalendarAppWidgetModel.EventInfo;
46 import com.android.calendar.widget.CalendarAppWidgetModel.RowInfo;
58 // Minimum delay between queries on the database for widget updates in ms
375 Log.d(TAG, "Querying for widget events...");
421 * Calculates and returns the next time we should push widget updates.
432 // We want to update widget whe
[all...]
/packages/apps/Camera2/src/com/android/camera/widget/
H A DIndicatorIconController.java17 package com.android.camera.widget;
23 import android.widget.ImageView;
H A DModeOptions.java16 package com.android.camera.widget;
30 import android.widget.FrameLayout;
31 import android.widget.ImageButton;
H A DVideoRecordingHints.java17 package com.android.camera.widget;
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DInterpolatingLayout.java17 package com.android.contacts.widget;
26 import android.widget.LinearLayout;
32 * desired size depending on the parent size. For example if the widget wants to
/packages/apps/Contacts/tests/src/com/android/contacts/widget/
H A DCompositeListAdapterTest.java16 package com.android.contacts.widget;
23 import android.widget.ArrayAdapter;
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DReorderHelper.java5 package com.android.deskclock.widget.sgv;
11 import com.android.deskclock.widget.sgv.StaggeredGridView.LayoutParams;
12 import com.android.deskclock.widget.sgv.StaggeredGridView.ReorderListener;
H A DSgvAnimationHelper.java3 package com.android.deskclock.widget.sgv;
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DActionBarController.java1 package com.android.dialer.widget;
H A DSearchEditTextLayout.java17 package com.android.dialer.widget;
25 import android.widget.EditText;
26 import android.widget.FrameLayout;
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DPointCloud.java17 package com.android.incallui.widget.multiwaveview;
H A DTargetDrawable.java17 package com.android.incallui.widget.multiwaveview;
/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetService.java17 package com.android.mms.widget;
32 import android.widget.RemoteViews;
33 import android.widget.RemoteViewsService;
84 Log.v(TAG, "MmsFactory intent: " + intent + "widget id: " + mAppWidgetId);
157 * Returns the number of items should be shown in the widget list. This method also updates
177 * Returns the number of conversations that should be shown in the widget. This method
335 RemoteViews remoteViews = new RemoteViews(mContext.getPackageName(), R.layout.widget);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java17 package com.android.settings.widget;
H A DSwitchBar.java17 package com.android.settings.widget;
28 import android.widget.CompoundButton;
29 import android.widget.LinearLayout;
31 import android.widget.Switch;
32 import android.widget.TextView;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DBitmapDownloader.java17 package com.android.tv.settings.widget;
24 import android.widget.ImageView;
H A DBitmapWorkerOptions.java17 package com.android.tv.settings.widget;
H A DDrawableDownloader.java17 package com.android.tv.settings.widget;
28 import android.widget.ImageView;
H A DDrawableLoader.java17 package com.android.tv.settings.widget;
33 import android.widget.ImageView;
H A DFrameLayoutWithShadows.java17 package com.android.tv.settings.widget;
33 import android.widget.FrameLayout;
34 import android.widget.ImageView;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
H A DDatePicker.java17 package com.android.tv.settings.widget.picker;
26 import android.widget.TextView;

Completed in 786 milliseconds

12345