Searched defs:widget (Results 51 - 75 of 201) sorted by path

123456789

/packages/apps/Dialer/java/com/android/contacts/common/widget/
H A DLayoutSuppressingImageView.java17 package com.android.contacts.common.widget;
21 import android.widget.ImageView;
H A DSelectPhoneAccountDialogFragment.java17 package com.android.contacts.common.widget;
39 import android.widget.ArrayAdapter;
40 import android.widget.CheckBox;
41 import android.widget.CompoundButton;
42 import android.widget.ImageView;
43 import android.widget.LinearLayout;
44 import android.widget.ListAdapter;
45 import android.widget.TextView;
/packages/apps/Dialer/java/com/android/dialer/app/widget/
H A DActionBarController.java16 package com.android.dialer.app.widget;
H A DDialpadSearchEmptyContentView.java17 package com.android.dialer.app.widget;
21 import android.widget.LinearLayout;
24 import com.android.dialer.widget.EmptyContentView;
H A DSearchEditTextLayout.java17 package com.android.dialer.app.widget;
28 import android.widget.EditText;
29 import android.widget.FrameLayout;
/packages/apps/Dialer/java/com/android/dialer/widget/
H A DDialerFloatingActionButton.java17 package com.android.dialer.widget;
21 import android.support.design.widget.FloatingActionButton;
26 * Since {@link FloatingActionButton} is possibly the worst widget supported by the framework, we
H A DDialerToolbar.java17 package com.android.dialer.widget;
23 import android.support.v7.widget.Toolbar;
25 import android.widget.TextView;
27 /** Toolbar widget for Dialer. */
H A DEmptyContentView.java17 package com.android.dialer.widget;
28 import android.widget.ImageView;
29 import android.widget.LinearLayout;
30 import android.widget.TextView;
H A DFloatingActionButtonController.java17 package com.android.dialer.widget;
24 import android.support.design.widget.FloatingActionButton;
25 import android.support.design.widget.FloatingActionButton.OnVisibilityChangedListener;
H A DLockableViewPager.java17 package com.android.dialer.widget;
H A DMessageFragment.java17 package com.android.dialer.widget;
31 import android.widget.EditText;
32 import android.widget.ImageView;
33 import android.widget.LinearLayout;
34 import android.widget.TextView;
35 import android.widget.TextView.OnEditorActionListener;
H A DResizingTextEditText.java17 package com.android.dialer.widget;
22 import android.widget.EditText;
H A DResizingTextTextView.java17 package com.android.dialer.widget;
22 import android.widget.TextView;
H A DTextViewPreference.java17 package com.android.dialer.widget;
24 import android.widget.TextView;
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DDropdownSortWidgetController.java24 import android.widget.ImageView;
25 import android.widget.PopupMenu;
26 import android.widget.TextView;
35 * View controller for the sort widget in grid mode and in small screens.
49 public DropdownSortWidgetController(SortModel model, View widget) { argument
51 mWidget = widget;
56 mMenu = new PopupMenu(widget.getContext(), mDimensionButton, Gravity.END | Gravity.TOP);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java40 import android.widget.FrameLayout;
41 import android.widget.TextView;
440 public void addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget, argument
443 widget, cellLayout, this);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java22 import com.android.launcher3.widget.LauncherAppWidgetHostView;
116 public static void showForWidget(LauncherAppWidgetHostView widget, CellLayout cellLayout) { argument
123 frame.setupForWidget(widget, cellLayout, dl);
223 // When the widget resizes in multi-window mode, the translation value changes to maintain
224 // a center fit. These overrides ensure the resize frame always aligns with the widget view.
247 * Based on the current deltas, we determine if and how to resize the widget.
358 // We are done with resizing the widget. Save the widget size & position to LauncherModel
380 * Returns the rect of this view when the frame is snapped around the widget, with the bounds
464 // Clear the frame and give focus to the widget hos
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseWidgetSheet.java16 package com.android.launcher3.widget;
26 import android.widget.Toast;
61 // Let the user know that they have to long press to add a widget
89 // Get the widget preview as the drag representation
92 // If the ImageView doesn't have a drawable yet, the widget preview hasn't been loaded and
H A DDeferredAppWidgetHostView.java17 package com.android.launcher3.widget;
28 import android.widget.RemoteViews;
33 * A widget host views created while the host has not bind to the system service.
H A DLauncherAppWidgetHostView.java17 package com.android.launcher3.widget;
36 import android.widget.AdapterView;
37 import android.widget.Advanceable;
38 import android.widget.RemoteViews;
64 // Maintains a list of widget ids which are supposed to be auto advanced.
87 * The scaleX and scaleY value such that the widget fits within its cellspans, scaleX = scaleY.
92 * The translation values to center the widget within its cellspans.
174 // make sure users can always pick up this widget
210 // If the widget does not handle touch, then cancel
255 throw new IllegalStateException("Launcher widget mus
[all...]
H A DPendingAddShortcutInfo.java16 package com.android.launcher3.widget;
H A DPendingAddWidgetInfo.java16 package com.android.launcher3.widget;
H A DPendingAppWidgetHostView.java17 package com.android.launcher3.widget;
48 import com.android.launcher3.widget.LauncherAppWidgetHostView;
192 * A pending widget is ready for setup after the provider is installed and
193 * 1) Widget id is not valid: the widget id is not yet bound to the provider, probably
197 * 2) UI is not ready: the id is valid and the bound. But the widget has a configure activity
H A DPendingItemDragHelper.java17 package com.android.launcher3.widget;
26 import android.widget.RemoteViews;
41 * dragged from the widget tray.
H A DWidgetAddFlowHandler.java16 package com.android.launcher3.widget;
30 * Utility class to handle app widget add flow.
69 * Starts the widget configuration flow if needed.

Completed in 299 milliseconds

123456789