HomeSort by relevance Sort by last modified time
    Searched full:icon2 (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/
set_icon.zip 
  /external/bluetooth/glib/gio/tests/
g-icon.c 34 GIcon *icon2; local
54 icon2 = g_icon_new_for_string (data, &error);
56 g_assert (g_icon_equal (icon, icon2));
59 g_object_unref (icon2);
67 icon2 = g_icon_new_for_string (data, &error);
69 g_assert (g_icon_equal (icon, icon2));
72 g_object_unref (icon2);
80 icon2 = g_icon_new_for_string (data, &error);
82 g_assert (g_icon_equal (icon, icon2));
85 g_object_unref (icon2);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/browserAction/
set_icon_path.zip 
  /packages/apps/QuickSearchBox/res/layout/
contact_suggestion.xml 36 <ImageView android:id="@+id/icon2"
50 android:layout_toLeftOf="@id/icon2"
60 android:layout_toLeftOf="@id/icon2"
suggestion.xml 32 <ImageView android:id="@+id/icon2"
46 android:layout_toLeftOf="@id/icon2"
57 android:layout_toLeftOf="@id/icon2"
web_search_suggestion.xml 33 <ImageView android:id="@+id/icon2"
49 android:layout_toLeftOf="@id/icon2"
  /frameworks/base/core/res/res/layout/
search_dropdown_item_icons_2line.xml 49 <ImageView android:id="@android:id/icon2"
71 android:layout_toLeftOf="@android:id/icon2"
86 android:layout_toLeftOf="@android:id/icon2"
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
CrashingSuggestionProvider.java 79 } else if ("icon2".equals(query)) {
87 "content://com.android.quicksearchbox.tests.naughty.crashing/icon2/" + i,
95 "Enter 'crash', 'exit', 'icon' or 'icon2'",
HangingSuggestionProvider.java 71 } else if ("icon2".equals(query)) {
79 "content://com.android.quicksearchbox.tests.naughty.hanging/icon2/" + i,
  /external/bluetooth/glib/gio/
gicon.h 70 GIcon *icon2);
84 GIcon *icon2);
gicon.c 136 * @icon2: pointer to the second #GIcon.
140 * Returns: %TRUE if @icon1 is equal to @icon2. %FALSE otherwise.
144 GIcon *icon2)
148 if (icon1 == NULL && icon2 == NULL)
151 if (icon1 == NULL || icon2 == NULL)
154 if (G_TYPE_FROM_INSTANCE (icon1) != G_TYPE_FROM_INSTANCE (icon2))
159 return (* iface->equal) (icon1, icon2);
gthemedicon.c 324 * In the following example, @icon1 and @icon2 are equivalent:
334 * icon2 = g_themed_icon_new_with_default_fallbacks ("gnome-dev-cdrom-audio");
447 GIcon *icon2)
450 GThemedIcon *themed2 = G_THEMED_ICON (icon2);
gemblem.c 270 GIcon *icon2)
273 GEmblem *emblem2 = G_EMBLEM (icon2);
gemblemedicon.c 215 GIcon *icon2)
218 GEmblemedIcon *emblemed2 = G_EMBLEMED_ICON (icon2);
gfileicon.c 198 GIcon *icon2)
201 GFileIcon *file2 = G_FILE_ICON (icon2);
  /external/chromium/chrome/common/extensions/
extension_action_unittest.cc 53 SkBitmap icon2 = LoadIcon("icon2.png"); local
57 action.SetIcon(100, icon2);
59 ASSERT_TRUE(BitmapsAreEqual(icon2, action.GetIcon(100)));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 78 String icon2; field in class:GlobalSearchSupport.SearchSuggestion
95 icon2 = String.valueOf(StatusUpdates.getPresenceIconResourceId(presence));
104 list.add(icon2); // icon2
128 list.add(icon2);
156 icon2 = null;
  /packages/apps/Browser/res/layout/
suggestion_item.xml 74 android:id="@+id/icon2"
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
BaseSuggestionView.java 60 mIcon2 = (ImageView) findViewById(R.id.icon2);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutsProvider.java 164 String icon2 = shortcut.getAsString(SearchManager.SUGGEST_COLUMN_ICON_2); local
181 suggestion.setIcon2(icon2);
SuggestionData.java 161 public SuggestionData setIcon2(String icon2) {
162 mIcon2 = icon2;
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 231 Notification n = new Notification(R.drawable.icon2,
242 Notification n = new Notification(R.drawable.icon2,
603 Notification n = new Notification(R.drawable.icon2, "tock tock tock",
613 Notification n = new Notification(R.drawable.icon2, "tock tock tock\nmooooo",
623 Notification n = new Notification(R.drawable.icon2, "tock tock tock",
634 Notification n = new Notification(R.drawable.icon2, null,
644 Notification n = new Notification(R.drawable.icon2, "me me me me",
    [all...]
NotificationBuilderTest.java 218 b.setSmallIcon(R.drawable.icon2);
291 b.setLargeIcon(loadBitmap(R.drawable.icon2));
  /frameworks/base/core/res/res/values/
ids.xml 27 <item type="id" name="icon2" />
  /external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc 414 const GURL icon2 = GURL("http://www.yahoo.com/favicon.ico"); local
455 EXPECT_EQ(icon2, out_icon_url);

Completed in 450 milliseconds

1 2 3