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

/packages/apps/Contacts/src/com/android/contacts/ui/widget/
H A DDontPressWithParentImageView.java17 package com.android.contacts.ui.widget;
22 import android.widget.ImageView;
H A DCheckableImageView.java17 package com.android.contacts.ui.widget;
21 import android.widget.Checkable;
22 import android.widget.ImageView;
H A DBaseContactEditorView.java17 package com.android.contacts.ui.widget;
35 import android.widget.LinearLayout;
H A DReadOnlyContactEditorView.java17 package com.android.contacts.ui.widget;
44 import android.widget.ImageView;
45 import android.widget.TextView;
H A DKindSectionView.java17 package com.android.contacts.ui.widget;
35 import android.widget.ImageView;
36 import android.widget.LinearLayout;
37 import android.widget.TextView;
H A DPhotoEditorView.java17 package com.android.contacts.ui.widget;
34 import android.widget.ImageView;
H A DContactEditorView.java17 package com.android.contacts.ui.widget;
46 import android.widget.ImageView;
47 import android.widget.TextView;
H A DGenericEditorView.java17 package com.android.contacts.ui.widget;
48 import android.widget.ArrayAdapter;
49 import android.widget.EditText;
50 import android.widget.ListAdapter;
51 import android.widget.RelativeLayout;
52 import android.widget.TextView;
/packages/apps/Browser/src/com/android/browser/widget/
H A DBookmarkWidgetProvider.java17 package com.android.browser.widget;
H A DBookmarkWidgetService.java17 package com.android.browser.widget;
39 import android.widget.RemoteViews;
54 public static final String UPDATE = "com.android.browser.widget.UPDATE";
56 /** Change the widget to the next bookmark. */
57 private static final String NEXT = "com.android.browser.widget.NEXT";
59 /** Change the widget to the previous bookmark. */
60 private static final String PREV = "com.android.browser.widget.PREV";
62 /** Id of the current item displayed in the widget. */
64 "com.android.browser.widget.extra.ID";
66 // XXX: Remove these magic numbers once the dimensions of the widget ca
[all...]
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java17 package com.android.settings.widget;
39 import android.widget.RemoteViews;
44 * Provides control of power-related settings from a widget.
51 "com.android.settings.widget.SettingsAppWidgetProvider");
61 // This widget keeps track of two sets of states:
387 new ComponentName("com.android.settings", ".widget.SettingsAppWidgetProvider"),
394 Class clazz = com.android.settings.widget.SettingsAppWidgetProvider.class;
397 new ComponentName("com.android.settings", ".widget.SettingsAppWidgetProvider"),
403 * Load image for given widget and build {@link RemoteViews} for it.
407 R.layout.widget);
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DDTMFTwelveKeyDialer.java34 import android.widget.EditText;
35 import android.widget.SlidingDrawer;
36 import android.widget.TextView;
133 // KeyListener used with the "dialpad digits" EditText widget.
143 public boolean onKeyDown(TextView widget, Spannable buffer, int keyCode, KeyEvent event) { argument
148 public boolean onKeyUp(TextView widget, Spannable buffer, int keyCode, KeyEvent event) { argument
158 public boolean onTrackballEvent(TextView widget, Spannable buffer, MotionEvent event) { argument
163 public boolean onTouchEvent(TextView widget, Spannable buffer, MotionEvent event) { argument
167 public void initialize(TextView widget, Spannable text) { argument
398 * @param dialerDrawer the SlidingDrawer widget tha
[all...]

Completed in 62 milliseconds