/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
IconDetector.java | 74 * Checks for common icon problems, such as wrong icon sizes, placing icons in the 113 "Ensures that launcher icons, notification icons etc have the correct size", 114 "There are predefined sizes (for each density) for launcher icons. You " + 115 "should follow these conventions to make sure your icons fit in with the " + 117 Category.ICONS, 130 "Ensures that icons across densities provide roughly the same density-independent size", 131 "Checks the all icons which are provided in multiple densities, all compute to " + 133 "images are either placed in the wrong folder, or icons are changed to new sizes " + 135 Category.ICONS, [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
browserAction.html | 4 <p>Use browser actions to put icons 68 <p>Browser action icons can be up to 19 pixels wide and high. 69 Larger icons are resized to fit, but for best results, 150 <li><b>Do</b> use big, colorful icons that make the most of 152 Browser action icons should seem a little bigger 153 and heavier than page action icons.
|
pageAction.html | 5 Use page actions to put icons inside the address bar. 49 "default_icon": "icons/foo.png", <em>// optional</em> 64 You can find information about icons, tooltips, and popups
|
/external/chromium/chrome/common/ |
web_apps.cc | 60 std::vector<WebApplicationInfo::IconInfo>* icons) { 85 icons->push_back(icon_info); 100 "Invalid value for property 'icons.*'. Must be a valid relative URL or " 172 AddInstallIcon(elem, &app_info->icons); 285 // Parse out the icons if present. 286 std::vector<WebApplicationInfo::IconInfo> icons; local 288 if (definition->GetDictionary("icons", &icons_value)) { 312 icons.push_back(icon); 322 web_app->icons = icons; [all...] |
web_apps_unittest.cc | 113 EXPECT_EQ(0u, web_app->icons.size()); 126 ASSERT_EQ(1u, web_app->icons.size()); 127 EXPECT_EQ("http://example.com/16.png", web_app->icons[0].url.spec()); 128 EXPECT_EQ(16, web_app->icons[0].width); 129 EXPECT_EQ(16, web_app->icons[0].height);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 42 * Factory to generate icons for Android Editors. 44 * Icons are kept here and reused. 73 // Dispose icons 96 * editor's "icons" directory. If it doesn't exists, a default icon will be 109 * editor's "icons" directory. If it doesn't exist, a default icon will be 111 * @param color The color of the text in the automatically generated icons, 113 * @param shape The shape of the icon in the automatically generated icons, 137 * editor's "icons" directory. If it doesn't exists, a default icon will be 150 * editor's "icons" directory. If it doesn't exists, a default icon will be 152 * @param color The color of the text in the automatically generated icons [all...] |
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.h | 192 // browser action icons (extensions that add icons to the toolbar). 215 // 1) The container can never grow beyond the space needed to show all icons 218 // initial padding and the chevron (ignoring the case where there are no icons 221 // icons) to make sure there is no wasted space at the edges of the container. 222 // 4) If the user adds or removes icons (read: installs/uninstalls browser 226 // that size when adding and removing icons and DON'T grow/shrink the container. 227 // This means that new icons (which always appear at the far right) will show up 247 // visible icons. This can be triggered when the user finishes resizing the 305 // Update the views to reflect the state of the browser action icons [all...] |
browser_actions_container.cc | 545 // If the icons don't all fit, show the chevron (unless suppressed). 559 // Now draw the icons for the browser actions in the available space. 615 // midpoints of icons (n - 1) and n. To do this we take the offset into the 638 // the valid range. Note that the maximum allowable value is (num icons), not 639 // (num icons - 1), because we represent the indicator being past the last 676 // We have reached the end of the visible icons or found one that has a 820 void BrowserActionsContainer::TestSetIconVisibilityCount(size_t icons) { 821 model_->SetVisibleIconCount(icons); 822 chevron_->SetVisible(icons < browser_action_views_.size()); 823 container_width_ = IconCountToWidth(icons, chevron_->IsVisible()) [all...] |
/external/bluetooth/glib/gio/ |
gthemedicon.c | 41 * #GThemedIcon contains a list of all of the icons present in an icon 42 * theme, so that icons can be looked up quickly. #GThemedIcon does 43 * not provide actual pixmaps for icons, just the icon names. 45 * resolve the list of names so that fallback icons work nicely with 352 * Gets the names of icons from within @icon. 366 * @iconname: name of icon to append to list of icons from within @icon. 368 * Append a name to the list of icons from within @icon. 395 * @iconname: name of icon to prepend to list of icons from within @icon. 397 * Prepend a name to the list of icons from within @icon.
|
gloadableicon.h | 42 * Generic type for all kinds of icons that can be loaded 54 * Interface for icons that can be loaded as a stream.
|
/external/chromium/chrome/browser/extensions/ |
extension_management_api.cc | 39 const char kIconsKey[] = "icons"; 78 const ExtensionIconSet::IconMap& icons = extension.icons().map(); local 79 if (!icons.empty()) { 82 for (icon_iter = icons.begin(); icon_iter != icons.end(); ++icon_iter) { 84 Extension::Icons size = static_cast<Extension::Icons>(icon_iter->first); 91 info->Set("icons", icon_list);
|
browser_action_test_util_views.cc | 79 void BrowserActionTestUtil::SetIconVisibilityCount(size_t icons) { 80 GetContainer(browser_)->TestSetIconVisibilityCount(icons);
|
/frameworks/base/docs/html/design/downloads/ |
index.jd | 27 rich typography, colors, interactive controls, and icons found throughout Android 4.0, along with 28 phone and tablet outlines to frame your creations. Source files for icons and controls are also 53 <p>Action bar icons are graphic buttons that represent the most important actions people can take 55 <p>The download package includes icons that are scaled for various screen densities and suitable for 56 use with the Holo Light and Holo Dark themes. The package also includes unstyled icons that you can
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
components.html | 43 <h2>Icons</h2> 45 Several icons are displayed on tree element, here are their meaning. 68 displayed masking lower possible icons.
|
/frameworks/base/core/java/android/webkit/ |
WebIconDatabase.java | 31 * Interface for receiving icons from the database. 44 * Open a the icon database and store the icons in the given path. 59 * Removes all the icons in the database.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.mm | 47 // Load all the icons declared in the manifest. This is the contents of the 48 // icons array, plus the default_icon property, if any. 115 // We loaded icons()->size() icons, plus one extra if the Page Action had 123 // index greater than the number of icons, it must be the default icon. 175 // During install the action can be displayed before the icons
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkiticondatabase.cpp | 41 * #WebKitIconDatabase provides access to website icons, as shown 48 * WebKit will automatically look for available icons in link elements 52 * Old Icons are automatically cleaned up after 4 days. 57 * If WebKitWebSettings::enable-private-browsing is %TRUE new icons 58 * won't be added to the database on disk and no existing icons will 307 * Clears all icons from the database.
|
/external/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/ |
background.html | 30 // We only have 2 icons, but cycle through 3 icons to test the
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebIconDatabase.mm | 61 NSString *WebIconDatabasePath = @"~/Library/Icons"; 84 - (NSImage *)_largestIconFromDictionary:(NSMutableDictionary *)icons; 86 - (NSImage *)_iconFromDictionary:(NSMutableDictionary *)icons forSize:(NSSize)size cache:(BOOL)cache; 372 - (NSImage *)_largestIconFromDictionary:(NSMutableDictionary *)icons 374 ASSERT(icons); 376 NSEnumerator *enumerator = [icons keyEnumerator]; 389 return [icons objectForKey:largestSize]; 396 NSMutableDictionary *icons = [NSMutableDictionary dictionary]; 404 [icons setObject:subIcon forKey:[NSValue valueWithSize:size]]; 408 if([icons count] > 0 [all...] |
/external/chromium/chrome/browser/web_applications/ |
web_app.cc | 509 IconInfoList* icons) { 510 DCHECK(icons); 512 icons->clear(); 513 for (size_t i = 0; i < app_info.icons.size(); ++i) { 514 // We only take square shaped icons (i.e. width == height). 515 if (app_info.icons[i].width == app_info.icons[i].height) { 516 icons->push_back(app_info.icons[i]); 520 std::sort(icons->begin(), icons->end(), &IconPrecedes) [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_manager.cc | 73 std::vector<string16>* icons, 76 DCHECK_EQ(values->size(), icons->size()); 90 icons_copy.push_back((*icons)[i]); 97 icons->swap(icons_copy); 372 std::vector<string16> icons; local 392 form_structure, field, type, &values, &labels, &icons, &unique_ids); 395 form_structure, field, type, &values, &labels, &icons, &unique_ids); 399 DCHECK_EQ(values.size(), icons.size()); 415 icons.assign(1, string16()); 429 // In this case, mimic autocomplete: don't display labels or icons, [all...] |
/development/samples/MultiResolution/ |
_index.html | 15 to show different application icons based on platform version, for
|
/external/chromium/chrome/browser/ |
content_setting_image_model.h | 15 // This model provides data (icon ids and tooltip) for the content setting icons
|
icon_loader.cc | 31 // This call must happen on the UI thread before we can start loading icons.
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_with_badge_view.cc | 29 // sized icons (such as 16x16) have either a 5 or a 4 pixel whitespace
|