Searched defs:widget (Results 101 - 125 of 137) sorted by relevance

123456

/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DSgvAnimationHelper.java3 package com.android.deskclock.widget.sgv;
H A DOverScrollerSGV.java17 package com.android.deskclock.widget.sgv;
33 * {@link android.widget.Scroller} in most cases.
/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;
28 import android.widget.EditText;
29 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/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java17 package com.android.launcher3.widget;
30 import android.widget.LinearLayout;
31 import android.widget.TextView;
46 * Represents the individual cell of the widget inside the widget tray. The preview is drawn
64 /** Widget preview width is calculated by multiplying this factor to the widget cell width. */
139 * Apply the widget provider info to the view.
H A DWidgetsContainerView.java17 package com.android.launcher3.widget;
24 import android.support.v7.widget.LinearLayoutManager;
25 import android.support.v7.widget.RecyclerView.State;
29 import android.widget.Toast;
142 // When we have exited widget tray or are in transition, disregard clicks
147 // Let the user know that they have to long press to add a widget
175 Log.d(TAG, String.format("preloading widget [status=%s]", preloadStatus));
201 // Get the widget preview as the drag representation
205 // If the ImageView doesn't have a drawable yet, the widget preview hasn't been loaded and
218 // the widget i
[all...]
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java17 package com.android.settings.widget;
H A DExploreByTouchHelper.java17 package com.android.settings.widget;
H A DSwitchBar.java17 package com.android.settings.widget;
30 import android.widget.CompoundButton;
31 import android.widget.LinearLayout;
32 import android.widget.Switch;
33 import android.widget.TextView;
H A DChartDataUsageView.java17 package com.android.settings.widget;
42 import com.android.settings.widget.ChartSweepView.OnSweepListener;
H A DSettingsAppWidgetProvider.java17 package com.android.settings.widget;
41 import android.widget.RemoteViews;
49 * Provides control of power-related settings from a widget.
56 "com.android.settings.widget.SettingsAppWidgetProvider");
66 // This widget keeps track of two sets of states:
76 // Position in the widget bar, to enable different graphics for left, center and right buttons
685 * Load image for given widget and build {@link RemoteViews} for it.
689 R.layout.widget);
709 * Updates the widget when something changes, or when a button is pushed.
780 * Creates PendingIntent to notify the widget o
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DBitmapDownloader.java17 package com.android.tv.settings.widget;
25 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;
21 import android.widget.TextView;
H A DPicker.java17 package com.android.tv.settings.widget.picker;
27 import android.support.v17.leanback.widget.OnChildSelectedListener;
28 import android.support.v17.leanback.widget.VerticalGridView;
29 import android.support.v7.widget.RecyclerView;
40 import android.widget.LinearLayout;
41 import android.widget.TextView;
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
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...]
H A DWidgetService.java16 package com.android.mail.widget;
36 import android.widget.RemoteViews;
37 import android.widget.RemoteViewsService;
170 * Persists the information about the specified widget.
178 * Returns true if this widget id has been configured and saved.
256 // this will mark the widget as unconfigured
273 // If the account of this widget has been removed, we want to update the widget to
287 // notifications for. But in this case, since the widget is not using the
288 // ConversationCursor instance that the UI is using, the widget woul
[all...]
/packages/apps/Calendar/src/com/android/calendar/widget/
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 DFilmstripLayout.java17 package com.android.camera.widget;
34 import android.widget.FrameLayout;
44 * A {@link android.widget.FrameLayout} used for the parent layout of a
45 * {@link com.android.camera.widget.FilmstripView} to support animating in/out the
58 * The layout containing the {@link com.android.camera.widget.FilmstripView}
H A DRoundedThumbnailView.java17 package com.android.camera.widget;

Completed in 710 milliseconds

123456