HomeSort by relevance Sort by last modified time
    Searched full:icon (Results 276 - 300 of 1136) sorted by null

<<11121314151617181920>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLiveFolder.java 67 private static Intent createLiveFolder(Context context, Uri uri, String name, int icon) {
75 .fromContext(context, icon));
  /packages/apps/Contacts/src/com/android/contacts/
ContactsLiveFolders.java 98 int icon) {
107 Intent.ShortcutIconResource.fromContext(context, icon));
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 149 * @param icon The icon used to shown in this balloon.
157 public void setBalloonConfig(Drawable icon, int width, int height) {
158 mBalloonView.setIcon(icon);
343 * The icon to be shown. If it is not null, {@link #mLabel} will be
372 public void setIcon(Drawable icon) {
373 mIcon = icon;
378 // Icon should be cleared so that the label will be enabled.
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 43 Uri iconUri = getColumnUri(cursor, Applications.ApplicationColumns.ICON);
45 if (DBG) Log.d(TAG, "name=" + name + ",icon=" + iconUri);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
PaletteFactory.java 86 desc.getImageDescriptor(), // small icon
87 desc.getImageDescriptor() // large icon
  /development/samples/Home/src/com/example/android/home/
Home.java 165 mApplications.get(i).icon.setCallback(null);
391 info.icon = activityInfo.loadIcon(manager);
510 application.icon = info.activityInfo.loadIcon(manager);
623 Drawable icon = info.icon; local
630 final int iconWidth = icon.getIntrinsicWidth();
631 final int iconHeight = icon.getIntrinsicHeight();
633 if (icon instanceof PaintDrawable) {
634 PaintDrawable painter = (PaintDrawable) icon;
649 icon.getOpacity() != PixelFormat.OPAQUE
    [all...]
  /external/webkit/WebCore/html/
HTMLLinkElement.cpp 149 void HTMLLinkElement::tokenizeRelAttribute(const AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, bool& touchIcon, bool& precomposedTouchIcon, bool& dnsPrefetch)
151 void HTMLLinkElement::tokenizeRelAttribute(const AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, bool& dnsPrefetch)
155 icon = false;
164 else if (equalIgnoringCase(rel, "icon") || equalIgnoringCase(rel, "shortcut icon"))
165 icon = true;
167 else if (equalIgnoringCase(rel, "apple-touch-icon"))
169 else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed"))
189 else if (equalIgnoringCase(*it, "icon"))
190 icon = true
    [all...]
  /frameworks/base/core/java/android/view/
MenuItem.java 136 * Change the icon associated with this item. This icon will not always be
140 * @param icon The new icon (as a Drawable) to be displayed.
143 public MenuItem setIcon(Drawable icon);
146 * Change the icon associated with this item. This icon will not always be
150 * This method will set the resource ID of the icon which will be used to
153 * @param iconRes The new icon (as a resource ID) to be displayed.
159 * Returns the icon for this item as a Drawable (getting it from resources if it hasn't bee
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 51 /** The icon's drawable which is only created as needed */
54 * The icon's resource ID which is used to get the Drawable when it is
78 /** Used for the icon resource ID if this item does not have an icon */
96 * preferred due to lazy loading of the icon Drawable.
446 public MenuItem setIcon(Drawable icon) {
448 mIconDrawable = icon;
449 setIconOnViews(icon);
468 private void setIconOnViews(Drawable icon) {
470 // Refresh those item views that are able to display an icon
    [all...]
MenuBuilder.java 58 /** The menu type that represents the icon menu view */
143 /** Header icon for menu types that have a header and support icons (context) */
259 * Called when the mode of the menu changes (for example, from icon to expanded).
311 // The expanded menu depends on the number if items shown in the icon menu (which
314 // an orientation change while the expanded menu is open, the icon menu's view
315 // won't have an instance anymore; so here we make sure we have an icon menu view (matching
317 // will create the icon menu view and cache it (if it doesn't already exist).
331 * There isn't an icon menu view instantiated, so when we get it
    [all...]
  /frameworks/base/docs/html/resources/tutorials/views/
hello-tabwidget.jd 42 <li>You need an icon for each of your tabs. For each icon, you should create two versions: one
44 general design recommendation is for the selected icon to be a dark color (grey), and the
45 unselected icon to be a light color (white). (See the <a
46 href="{@docRoot}guide/practices/ui_guidelines/icon_design.html#tabstructure">Icon Design
49 <img src="images/ic_tab_artists_white.png" title="unselected tab icon" alt="" />
50 <img src="images/ic_tab_artists_grey.png" title="selected tab icon" alt="" />
58 <li>Save the icon images in your project <code>res/drawable/</code> directory.</li>
73 which you will apply as the tab image. When the tab state changes, the tab icon will
160 <p>This sets up each tab with their text and icon, and assigns each one an {@lin
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 93 icon="icons/new_adt_project.png"
104 icon="icons/androidjunit.png"
116 icon="icons/new_xml.png"
141 icon="icons/android_app.png"
156 icon="icons/android_app.png"
239 icon="icons/new_xml.png"
248 icon="icons/androidjunit.png"
340 icon="icons/android_project.png"
365 icon="icons/android.png"
416 icon="icons/android_file.png
    [all...]
  /cts/tests/res/values/
resources_test.xml 21 <!-- The standard size (both width and height) of an application icon that
  /cts/tests/res/xml/
authenticator.xml 25 android:icon="@drawable/ic_cts_selected"
  /cts/tests/tests/accounts/res/xml/
authenticator.xml 25 android:icon="@drawable/ic_cts_selected"
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebIconDatabaseTest.java 89 // open() should create and open database file for storing icon related datum.
154 // release the icon.
211 public synchronized void onReceivedIcon(String url, Bitmap icon) {
213 mIcon = icon;
  /dalvik/libcore-disabled/SoundTest/
AndroidManifest.xml 19 <!-- icon="@drawable/logo" -->
  /development/apps/GestureBuilder/
AndroidManifest.xml 28 android:icon="@drawable/ic_gesturebuilder">
  /development/apps/SpareParts/
AndroidManifest.xml 24 android:icon="@drawable/app_icon">
  /development/pdk/pndk/samples/samplejni/
README 43 Once the application is installed, you can run it by tapping on the "JNI Example" icon.
  /development/samples/ApiDemos/res/layout/
list_item_icon_text.xml 22 <ImageView android:id="@+id/icon"
status_bar_balloon.xml 24 <ImageView android:id="@+id/icon"
  /development/samples/BrowserPlugin/
AndroidManifest.xml 26 <application android:icon="@drawable/sample_browser_plugin"
  /development/samples/MultiResolution/
AndroidManifest.xml 27 android:icon="@drawable/ic_launcher"

Completed in 1526 milliseconds

<<11121314151617181920>>