HomeSort by relevance Sort by last modified time
    Searched full:icons (Results 201 - 225 of 723) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetailsHelper.java 40 /** The maximum number of icons will be shown to represent the call types in a group. */
67 // Display up to a given number of icons.
75 // Show the total call count only if there are more than the maximum number of icons.
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 87 * Add the icons for the supplied apk called packageName.
117 * Add and remove icons for this package which has been updated.
137 // Also updates existing activities with new labels/icons
  /packages/inputmethods/PinyinIME/res/xml/
skb_template1.xml 61 <!-- Default icons for enter key -->
65 <!-- Default icons for space key -->
69 <!-- Default icons for delete key -->
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Category.java 162 /** Issues related to icons */
163 public static final Category ICONS = Category.create(USABILITY, "Icons", null, 73);
  /frameworks/base/docs/html/design/patterns/
pure-android.jd 46 <h4>Don't carry over platform-specific icons</h4>
47 <p>Platforms typically provide sets of icons for common functionality, such as sharing, creating a new
49 <p>As you are migrating your app to Android, please swap out platform-specific icons with their Android
51 <p>You can find a wide variety of icons for use in your app on the
59 Sampling of icons from Android, iOS and Windows Phone 7.
  /external/chromium-trace/src/shared/js/cr/ui/
tree.js 222 * Determines the visibility of icons next to the treeItem labels. If set to
223 * 'hidden', no space is reserved for icons and no icons are displayed next
224 * to treeItem labels. If set to 'parent', folder icons will be displayed
225 * next to expandable parent nodes. If set to 'all' folder icons will be
226 * displayed next to all nodes. Icons can be set using the treeItem's icon
  /frameworks/base/core/res/res/values/
dimens.xml 41 <!-- Height of notification icons in the status bar -->
48 <!-- Height of notification icons in the system bar -->
111 This helps in aligning titles when some items have icons and some don't. When space is
149 <!-- The width of the big icons in notifications. -->
151 <!-- The width of the big icons in notifications. -->
167 <!-- Vertical padding around action bar icons. -->
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 35 // update them when icons are downloaded. It observes TAB_CLOSING notification
58 // Update shortcut files and icons.
74 // Icons info from tab_contents_'s web app data.
  /frameworks/base/docs/html/distribute/googleplay/promote/
brand.jd 1 page.title=Brand Assets, Icons, and Guidelines
5 promotional materials. You can use the icons and other assets on this page in
173 <p>Any other brands or icons depicted on this site are <em>not</em> are the property of their
  /frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd 66 For more on intent filter icons, see
67 <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#iconlabel">Icons and Labels</a>
92 <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#iconlabel">Icons and Labels</a>
  /frameworks/base/docs/html/intl/ja/guide/developing/
eclipse-adt.jd 239 <p>Both wizards are available via <strong>File > New</strong> and new icons in the main
240 Eclipse toolbar (located to the left of the Debug and Run icons).
241 If you do not see the new icons, you may need to select <strong>Window > Reset
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 99 * Updates provider icons. Subclasses should call this in onCreate()
202 // TODO: place holder icon for missing account icons?
205 // TODO: place holder icon for missing account icons?
  /external/chromium/base/
mime_util_xdg.cc 106 size_t size; // Nominal size of the icons in this directory.
108 size_t max_size; // Maximum size that the icons can be scaled to.
109 size_t min_size; // Minimum size that the icons can be scaled to.
141 // Checks to see if the icons in |info| matches |size| (in pixels). Returns
148 // Set directories to search for icons to the comma-separated list |dirs|.
403 TryAddIconDir(dir.Append("icons"));
413 legacy_data_dir = legacy_data_dir.AppendASCII(".icons");
443 // newly added icons. This isn't quite right.
492 // Setting stored in ~/.kde/share/config/kdeglobals under Icons -> Theme.
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.h 68 // Icons displayed in the bubble when increasing or decreasing the level or
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.cc 17 // TextButtonBorder specification that uses different icons to draw the
  /external/chromium/chrome/browser/
page_info_model.h 110 // All possible icons that go next to the text descriptions to indicate state.
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 65 // Cached array of icons.
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_bridge.mm 22 // page action icons, show an infobar instead of a popup bubble.
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.h 51 // this object. Most icons are owned by the IconManager.
gtk_tree.cc 353 std::vector<SkBitmap> icons; local
354 tree_model->GetIcons(&icons);
355 for (size_t i = 0; i < icons.size(); ++i) {
356 pixbufs_.push_back(gfx::GdkPixbufFromSkBitmap(&icons[i]));
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h 44 // based on the current URL. This doesn't cover specialized icons while the
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.h 19 // content, icons appear in the omnibox corresponding to the content types that
  /external/chromium/chrome/browser/ui/webui/
fileicon_source.cc 35 // this only appears to matter for getting icons from .exe files.
  /external/chromium/chrome/common/extensions/docs/static/
manifest.html 28 "<a href="#icons">icons</a>": { ... },
118 <h3 id="icons">icons</h3>
121 One or more icons that represent the extension, app, or theme.
135 Icons should generally be in PNG format,
139 Here's an example of specifying the icons:
143 "icons": { "16": "icon16.png",
152 You might notice that Chrome sometimes resizes these icons down to smaller
omnibox.html 53 <b>"icons": {</b>

Completed in 1213 milliseconds

1 2 3 4 5 6 7 891011>>