/external/dnsmasq/contrib/webmin/ |
README | 27 5) icons have been shamelessly stolen from the ipfilter module,
|
/external/webkit/Source/WebKit/win/ |
WebIconDatabase.h | 122 // to share amongst present site icons
|
/frameworks/base/core/java/android/view/ |
ContextMenu.java | 27 * Context menus do not support item shortcuts and item icons.
|
SubMenu.java | 24 * Sub menus do not support item icons, or nested sub menus.
|
/frameworks/base/core/res/res/layout/ |
recent_apps_dialog.xml | 50 to display with full-width no matter how many icons are visible, but to
|
search_dropdown_item_icons_2line.xml | 27 <!-- Icons come first in the layout, since their placement doesn't depend on
|
/frameworks/base/core/res/res/values-sw600dp/ |
dimens.xml | 31 <!-- Vertical padding around action bar icons. -->
|
/frameworks/base/packages/SystemUI/res/values/ |
config.xml | 47 <!-- How many icons may be shown at once in the system bar. Includes any
|
/packages/apps/Camera/src/com/android/camera/ui/ |
BasicSettingPopup.java | 62 // Some settings have no icons. Ex: exposure compensation.
|
/packages/apps/Launcher2/res/values-sw720dp/ |
dimens.xml | 45 <!-- roughly a status bar (for determining how many rows of icons are in home) -->
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
AuthenticatorHelper.java | 96 * Updates provider icons. Subclasses should call this in onCreate()
|
SyncSettings.java | 163 // Update account icons for all account preference items
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
OutlineLabelProvider.java | 33 /** Label provider for the XML outlines and quick outlines: Use our own icons,
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
AboutDialog.java | 25 import com.android.sdkuilib.internal.repository.icons.ImageFactory;
|
UpdaterBaseDialog.java | 20 import com.android.sdkuilib.internal.repository.icons.ImageFactory;
|
/sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/ |
MockUpdaterData.java | 30 import com.android.sdkuilib.internal.repository.icons.ImageFactory;
|
/external/chromium/chrome/common/extensions/docs/ |
manifest.html | 279 <a href="#icons">icons</a> 368 "<a href="#icons">icons</a>": { ... }, 458 <h3 id="icons">icons</h3> 461 One or more icons that represent the extension, app, or theme. 475 Icons should generally be in PNG format, 479 Here's an example of specifying the icons: 482 <pre>"icons": { "16": "icon16.png" [all...] |
/device/samsung/crespo4g/crespo4g_overlay/frameworks/base/core/res/res/values/ |
config.xml | 22 <!-- Do not translate. Defines the slots for the right-hand side icons. That is to say, the 23 icons in the status bar that are not notifications. -->
|
/external/chromium/chrome/browser/autofill/ |
autofill_manager.h | 204 std::vector<string16>* icons, 214 std::vector<string16>* icons,
|
/external/chromium/chrome/browser/ |
background_application_list_model.cc | 62 void RequestIcon(Extension::Icons size); 132 Extension::Icons size) {
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_theme_service.cc | 102 // A list of icons used in the autocomplete view that should be tinted to the 139 // dark text) will get better icons with this separated out. 184 // icons are already dark enough). Otherwise, lighten the icon by no more 676 // Free the old icons only after the theme change notification has gone [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.cc | 210 std::vector<ExtensionResource>* icons, DictionaryValue* json) { 214 &IconLoader::LoadIconsOnFileThread, icons, json)); 222 std::vector<ExtensionResource>* icons, DictionaryValue* json) { 223 scoped_ptr<std::vector<ExtensionResource> > icons_deleter(icons); 229 for (size_t i = 0; i < icons->size(); ++i) { 235 if (icons->at(i).relative_path().empty() || 236 !file_util::ReadFileToString(icons->at(i).GetFilePath(), 270 // Create a data URL (all icons are converted to PNGs during unpacking). [all...] |
/external/chromium/chrome/common/extensions/ |
extension_action.h | 68 // Icons are a bit different because the default value can be set to either a 190 // A list of paths to icons this action might show. This is needed to support
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
StatusBarIconView.java | 64 // We do not resize and scale system icons (on the right), only notification icons (on the
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ResolveCache.java | 39 * Internally hold a cache of scaled icons based on {@link PackageManager} 45 * prefered <strong>only</strong> for the purposes of default icons when
|