Searched defs:widget (Results 1 - 25 of 201) sorted by path

123456789

/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 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...");
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/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;
35 // adb shell am instrument -w -e class com.android.calendar.widget.CalendarAppWidgetServiceTest
/packages/apps/Camera2/src/com/android/camera/widget/
H A DAnimationEffects.java17 package com.android.camera.widget;
H A DAspectRatioDialogLayout.java17 package com.android.camera.widget;
22 import android.widget.FrameLayout;
H A DCling.java17 package com.android.camera.widget;
23 import android.widget.TextView;
H A DExternalViewerButton.java17 package com.android.camera.widget;
23 import android.widget.ImageButton;
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 DFilmstripView.java17 package com.android.camera.widget;
40 import android.widget.Scroller;
H A DIndicatorIconController.java17 package com.android.camera.widget;
23 import android.widget.ImageView;
H A DLocationDialogLayout.java17 package com.android.camera.widget;
22 import android.widget.CheckBox;
23 import android.widget.CompoundButton;
24 import android.widget.FrameLayout;
H A DModeOptions.java16 package com.android.camera.widget;
32 import android.widget.FrameLayout;
33 import android.widget.ImageButton;
H A DModeOptionsOverlay.java17 package com.android.camera.widget;
27 import android.widget.FrameLayout;
28 import android.widget.ImageView;
29 import android.widget.LinearLayout;
H A DPeekView.java17 package com.android.camera.widget;
32 import android.widget.ImageView;
H A DPreloader.java1 package com.android.camera.widget;
3 import android.widget.AbsListView;
H A DRoundedThumbnailView.java17 package com.android.camera.widget;
H A DSettingsCling.java17 package com.android.camera.widget;
25 import android.widget.FrameLayout;
30 * This is a cling widget for settings button. In addition to drawing a cling button
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DActivityTouchLinearLayout.java17 package com.android.contacts.widget;
22 import android.widget.LinearLayout;
H A DAlphaTouchInterceptorOverlay.java17 package com.android.contacts.widget;
21 import android.widget.FrameLayout;
H A DCompositeListAdapter.java16 package com.android.contacts.widget;
21 import android.widget.BaseAdapter;
22 import android.widget.ListAdapter;
H A DContextMenuAdapter.java16 package com.android.contacts.widget;
H A DFloatingActionButtonController.java17 package com.android.contacts.widget;
25 import android.widget.ImageButton;
H A DFrameLayoutWithOverlay.java17 package com.android.contacts.widget;
23 import android.widget.FrameLayout;
H A DFullHeightLinearLayout.java17 package com.android.contacts.widget;
21 import android.widget.LinearLayout;

Completed in 352 milliseconds

123456789