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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 11 if (!app.icons || app.icons.length == 0) {
15 for (var i = 0; i < app.icons.length; i++) {
16 var icon = app.icons[i];
  /external/chromium/chrome/common/extensions/docs/static/
contextMenus.html 37 "icons": {
experimental.infobars.html 43 <b>"icons": {</b>
  /external/chromium/chrome/common/
web_app_schema.json 48 "icons": {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
MANIFEST.MF 10 unit.swingui;version="3.8.2",junit.swingui.icons;version="3.8.2",juni
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
ICursorConstants.java 36 // instead. See the icons shown in
  /external/qemu/android/
resource.c 59 # include "android/icons.h"
  /frameworks/base/core/java/android/view/animation/
package.html 10 to provide simple rotating timers, activity icons, and other useful UI elements.
  /frameworks/base/packages/SystemUI/res/values-sw720dp/
dimens.xml 19 <!-- size at which Notification icons will be drawn in the status bar -->
22 <!-- opacity at which Notification icons will be drawn in the status bar -->
25 <!-- The width of the view containing non-menu status bar icons -->
41 <!-- gap on either side of status bar notification icons -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationIconArea.java 41 mIconLayout = (IconLayout)findViewById(R.id.icons);
  /packages/apps/Mms/src/com/android/mms/ui/
LayoutSelectorAdapter.java 28 * An adapter to store icons and strings for layout selector list.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidOutlineConfiguration.java 25 * Custom version of {@link XMLContentOutlineConfiguration} which adds in icons and
AndroidQuickOutlineConfiguration.java 23 * Custom version of {@link XMLQuickOutlineConfiguration} which adds in icons and
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FitToCanvasAction.java 28 super("Fit to Canvas", GlTracePlugin.getImageDescriptor("/icons/zoomfit.png")); //$NON-NLS-2$
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
IUpdaterData.java 24 import com.android.sdkuilib.internal.repository.icons.ImageFactory;
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 34 // Load all the icons declared in the manifest. This is the contents of the
35 // icons array, plus the default_icon property, if any.
164 // We loaded icons()->size() icons, plus one extra if the page action had
172 // index greater than the number of icons, it must be the default icon.
  /frameworks/base/packages/SystemUI/res/values/
dimens.xml 52 <!-- Height of notification icons in the status bar -->
67 <!-- size at which Notification icons will be drawn in the status bar -->
70 <!-- opacity at which Notification icons will be drawn in the status bar -->
73 <!-- gap on either side of status bar notification icons -->
107 <!-- The width of the view containing non-menu status bar icons -->
  /packages/apps/Camera/src/com/android/camera/
ModePicker.java 197 // Do not grey out the icons when taking a picture.
231 // Enable or disable the icons.
248 // Grey-out the unselected icons for Phone UI.
255 // Update the current mode icons on the Phone UI. The selected mode
264 // Set the icons in order of camera, video and panorama.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 150 icon="icons/new_adt_project.png"
161 icon="icons/androidjunit.png"
173 icon="icons/new_adt_project.png"
185 icon="icons/new_xml.png"
197 icon="icons/new_xml.png"
209 icon="icons/new_xml.png"
221 icon="icons/new_asset_set.png"
243 icon="icons/android_app.png"
256 icon="icons/android_app.png"
311 icon="icons/new_xml.png
    [all...]
  /external/bluetooth/glib/gio/
gicon.c 43 * @short_description: Interface for icons
46 * #GIcon is a very minimal interface for icons. It provides functions
47 * for checking the equality of two icons, hashing of icons and
138 * Checks if two icons are equal.
279 names[0][0] != '.' && /* Allowing icons starting with dot would break G_ICON_SERIALIZATION_MAGIC0 */
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 79 Extension::Icons size;
90 Extension::Icons icon_size,
193 // Fall back to the default icons if the service isn't available.
261 Extension::Icons size;
265 size = static_cast<Extension::Icons>(size_num);
296 Extension::Icons size,
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 268 const WebVector<WebString>& icons,
273 ASSERT(names.size() == icons.size());
282 setSuggestions(names, labels, icons, uniqueIDs, separatorIndex);
314 const WebVector<WebString>& icons,
319 ASSERT(names.size() == icons.size());
330 m_icons.append(icons[i]);
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
IconLoader.java 33 * Class for loading icons from the SIM card. Has two states: single, for loading
34 * one icon. Multi, for loading icons list.
46 // multi icons state members
95 // initialize multi icons load variables.
174 * first step required to handle retrieving icons from the SIM.
220 // If not all icons were loaded, start loading the next one.
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.h 56 // These drag functions offer support for dragging icons into the overflow
70 // These three drag functions offer support for dragging icons out of the

Completed in 751 milliseconds

1 2 3 4 5 67 8 91011>>