/external/chromium/chrome/common/extensions/docs/examples/api/cookies/ |
manifest.json | 6 "icons": { "16": "cookie.png", "48": "cookie.png", "128": "cookie.png" },
|
/external/chromium/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
manifest.json | 10 "icons" : {
|
/external/chromium/chrome/common/extensions/docs/examples/api/notifications/ |
manifest.json | 6 "icons": {"16": "16.png", "48": "48.png", "128": "128.png"},
|
/external/chromium/chrome/common/extensions/docs/examples/api/windows/merge_windows/ |
manifest.json | 5 "icons": {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/ |
manifest.json | 14 "icons": {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/ |
manifest.json | 8 "icons": {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
manifest.json | 13 "icons" : {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/maps_app/ |
manifest.json | 4 "icons": { "24": "24.png", "128": "128.png" },
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/ |
manifest.json | 5 "icons": { "128": "images/news_icon.png" },
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
manifest.json | 5 "icons": { "128": "news_icon.png" },
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/ |
manifest.json | 5 "icons": { "128": "news_icon.png" },
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
manifest.json | 10 "icons": {
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/icons/ |
README | 7 are installed and use `make' to create various sized png and xpm icons.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
build.properties | 3 icons/,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
build.properties | 4 icons/,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
build.properties | 6 icons/,\
|
plugin.xml | 13 icon="icons/sample.gif"
21 icon="icons/opengl.png"
29 icon="icons/opengl.png"
37 icon="icons/opengl.png"
49 icon="icons/opengl.png"
63 icon="icons/connect.png"
72 icon="icons/opengl.png"
85 icon="icons/opengl.png"
|
/external/chromium/chrome/browser/extensions/ |
convert_web_app_browsertest.cc | 79 ASSERT_EQ(3u, installed_extension_->icons().map().size()); 80 EXPECT_EQ("icons/16.png", installed_extension_->icons().Get( 82 EXPECT_EQ("icons/48.png", installed_extension_->icons().Get( 84 EXPECT_EQ("icons/128.png", installed_extension_->icons().Get(
|
extension_icon_source_apitest.cc | 20 FilePath basedir = test_data_dir_.AppendASCII("icons"); 25 // Test that the icons are loaded and that the chrome://extension-icon 36 // Verify that the an extension can't load chrome://extension-icon icons 49 FilePath basedir = test_data_dir_.AppendASCII("icons"); 56 // Test that the icons are loaded and that the chrome://extension-icon 70 // Verify that the an extension can't load chrome://extension-icon icons
|
/gdk/samples/PhotoEditor/src/com/android/photoeditor/ |
IconIndicator.java | 27 * Represents image icons/buttons having various modes. 38 Drawable icons[] = loadIcons(context.getResources(), a.getResourceId( local 43 setModesAndIcons(modes, icons); 63 private void setModesAndIcons(CharSequence[] modes, Drawable icons[]) { 64 if (modes.length != icons.length || icons.length == 0) { 67 mIcons = icons;
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_status_bar.jd | 1 page.title=Status Bar Icons 18 <li><a href="#examples11">Example icons</a></li> 26 <li><a href="#examples9">Example icons</a></li> 51 <p>Status bar icons are used to represent notifications from your application in 57 Screens</a>, you should create separate icons for all generalized screen densities, including low-, 58 medium-, high-, and extra-high-density screens. This ensures that your icons will display properly 61 for suggestions on how to work with multiple sets of icons.</p> 63 <p>Templates for creating icons in Adobe Photoshop are available in the <a 70 <p><strong>Warning:</strong>The style and dimensions of status bar icons have changed dramatically 75 <li>Place status bar icons for Android 3.0 and later in th [all...] |
icon_design_menu.jd | 1 page.title=Menu Icons 18 <li><a href="#examples9">Example icons</a></li> 43 <p>Menu icons are graphical elements placed in the options menu shown to users 51 Screens</a>, you should create separate icons for all generalized screen densities, including low-, 52 medium-, high-, and extra-high-density screens. This ensures that your icons will display properly 55 for suggestions on how to work with multiple sets of icons.</p> 60 <p>Templates for creating icons in Adobe Photoshop are available in the <a 70 creating icons for action items.</p> 76 menu icons have changed in Android 2.3 compared to 79 1. Icons have a larger safe frame; icon content is smaller within the ful [all...] |
icon_design_launcher_archive.jd | 1 page.title=Launcher Icons (Archive) 19 <li><a href="#examples5">Example icons</a></li> 37 creating launcher icons. Follow the <a href="icon_design_launcher.html">latest 45 screen. The Launcher opens and exposes the icons for all of the installed 51 Density-Specific Icon Sets</a>, you should create separate icons for low-, 52 medium-, and high-density screens. This ensures that your icons will display 55 suggestions on how to work with multiple sets of icons.</p> 59 <h2 id="market">Application Icons on Google Play</h2> 68 <p>For tips and recommendations on creating high-resolution launcher icons that 74 icons on Google Play, see the following article:</p [all...] |
/external/chromium/chrome/browser/chromeos/views/ |
dropdown_button.h | 15 // MenuButton specification that uses different icons to draw the button and 16 // adjust focus frame accordingly to the icons particularities.
|
/external/chromium/chrome/browser/resources/webstore_app/ |
manifest.json | 6 "icons": {
|