HomeSort by relevance Sort by last modified time
    Searched refs:icon1 (Results 1 - 25 of 26) sorted by null

1 2

  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 41 ImageView icon1 = (ImageView) view.findViewById(R.id.icon1); local
46 icon1.setImageURI(iconUri);
  /external/bluetooth/glib/gio/
gicon.h 69 gboolean (* equal) (GIcon *icon1,
83 gboolean g_icon_equal (GIcon *icon1,
gicon.c 135 * @icon1: pointer to the first #GIcon.
140 * Returns: %TRUE if @icon1 is equal to @icon2. %FALSE otherwise.
143 g_icon_equal (GIcon *icon1,
148 if (icon1 == NULL && icon2 == NULL)
151 if (icon1 == NULL || icon2 == NULL)
154 if (G_TYPE_FROM_INSTANCE (icon1) != G_TYPE_FROM_INSTANCE (icon2))
157 iface = G_ICON_GET_IFACE (icon1);
159 return (* iface->equal) (icon1, icon2);
gemblem.c 269 g_emblem_equal (GIcon *icon1,
272 GEmblem *emblem1 = G_EMBLEM (icon1);
gemblemedicon.c 214 g_emblemed_icon_equal (GIcon *icon1,
217 GEmblemedIcon *emblemed1 = G_EMBLEMED_ICON (icon1);
gfileicon.c 197 g_file_icon_equal (GIcon *icon1,
200 GFileIcon *file1 = G_FILE_ICON (icon1);
gthemedicon.c 324 * In the following example, @icon1 and @icon2 are equivalent:
333 * icon1 = g_themed_icon_new_from_names (names, 4);
446 g_themed_icon_equal (GIcon *icon1,
449 GThemedIcon *themed1 = G_THEMED_ICON (icon1);
  /external/chromium/chrome/common/extensions/
extension_action_unittest.cc 52 SkBitmap icon1 = LoadIcon("icon1.png"); local
55 action.SetIcon(ExtensionAction::kDefaultTabId, icon1);
56 ASSERT_TRUE(BitmapsAreEqual(icon1, action.GetIcon(100)));
58 ASSERT_TRUE(BitmapsAreEqual(icon1, action.GetIcon(1)));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ContactSuggestionView.java 56 mQuickContact = (ContactBadge) findViewById(R.id.icon1);
BaseSuggestionView.java 59 mIcon1 = (ImageView) findViewById(R.id.icon1);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 114 String icon1; field in class:GlobalSearchSupport.SearchSuggestion
122 icon1 = photoUri.toString();
124 icon1 = String.valueOf(com.android.internal.R.drawable.ic_contact_picture);
136 list.add(icon1);
158 list.add(icon1);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 211 String icon1 = c.getString(c.getColumnIndex(SearchManager.SUGGEST_COLUMN_ICON_1)); local
213 assertTrue(icon1.startsWith("content:"));
216 icon1); local
361 * Whether to set Icon1, which in practice is the contact's photo.
LegacyContactsProviderTest.java 832 String icon1 = c.getString(c.getColumnIndex(SearchManager.SUGGEST_COLUMN_ICON_1)); local
836 assertEquals(String.valueOf(com.android.internal.R.drawable.ic_contact_picture), icon1); local
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 113 Notification n = new Notification(R.drawable.icon1, null,
126 Notification n = new Notification(R.drawable.icon1, null,
138 Notification n = new Notification(R.drawable.icon1, "tick tick tick",
148 Notification n = new Notification(R.drawable.icon1, "No view",
156 Notification n = new Notification(R.drawable.icon1, "No intent",
318 Notification n = new Notification(R.drawable.icon1, null,
563 Notification n = new Notification(R.drawable.icon1, "tick tick tick",
575 Notification n = new Notification(R.drawable.icon1,
653 n.icon = R.drawable.icon1;
NotificationBuilderTest.java 215 b.setSmallIcon(R.drawable.icon1);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutsProvider.java 163 String icon1 = shortcut.getAsString(SearchManager.SUGGEST_COLUMN_ICON_1); local
180 suggestion.setIcon1(icon1);
SuggestionData.java 155 public SuggestionData setIcon1(String icon1) {
156 mIcon1 = icon1;
ShortcutRepositoryImplLog.java 128 Shortcuts.icon1 + AS + SearchManager.SUGGEST_COLUMN_ICON_1,
564 cv.put(Shortcuts.icon1.name(), icon1Uri);
698 icon1, enum constant in enum:ShortcutRepositoryImplLog.Shortcuts
    [all...]
  /external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc 413 const GURL icon1 = GURL("http://www.google.com/favicon.ico"); local
434 EXPECT_EQ(icon1, out_icon_url);
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 301 mIcon1 = (ImageView) v.findViewById(com.android.internal.R.id.icon1);
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 179 ImageView ic1 = (ImageView) view.findViewById(R.id.icon1);
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 736 milliseconds

1 2