HomeSort by relevance Sort by last modified time
    Searched refs:Icon (Results 1 - 25 of 27) sorted by null

1 2

  /bootable/recovery/
screen_ui.h 26 // (shows an icon + a progress bar, text logging, menu, etc.)
35 void SetBackground(Icon icon);
65 Icon currentIcon;
108 void draw_background_locked(Icon icon);
ui.h 38 enum Icon { NONE, INSTALLING_UPDATE, ERASING, NO_COMMAND, ERROR };
39 virtual void SetBackground(Icon icon) = 0;
screen_ui.cpp 94 // background is not cleared or draw with the base icon first; we
107 // Clear the screen and draw the currently selected background icon (if any).
109 void ScreenRecoveryUI::draw_background_locked(Icon icon)
115 if (icon) {
116 gr_surface surface = backgroundIcon[icon];
117 gr_surface text_surface = backgroundText[icon];
131 if (icon == INSTALLING_UPDATE || icon == ERASING) {
445 void ScreenRecoveryUI::SetBackground(Icon icon
    [all...]
verifier_test.cpp 109 void SetBackground(Icon icon) { }
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
IconLoader.java 3 import javax.swing.Icon;
13 public static Icon load(Class<?> klass, String path) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Input.java 30 public Bitmap icon; field in class:Input
44 icon = null;
59 icon = in.readParcelable(null);
80 dest.writeParcelable(icon, 0);
104 boolean setIcon(Bitmap Icon) { return true; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 7 the use of a particular widget or icon type, etc. I also hope that
208 class Icon:
312 i1 = Icon("ICON1")
313 i2 = Icon("ICON2")
314 i3 = Icon("ICON3")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 7 the use of a particular widget or icon type, etc. I also hope that
208 class Icon:
312 i1 = Icon("ICON1")
313 i2 = Icon("ICON2")
314 i3 = Icon("ICON3")
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 28 CaptureRenderer(ImageIcon icon, ViewNode node) {
29 super(icon);
53 Icon icon = getIcon(); local
54 int width = icon.getIconWidth();
55 int height = icon.getIconHeight();
60 icon.paintIcon(this, g, x, y);
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 63 Icon=$HERE/product_logo_48.png
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 41 class Icon;
231 Icon* icon() const;
  /external/chromium_org/tools/json_schema_compiler/test/
idl_schemas_unittest.cc 188 ObjectFunction1::Params::Icon icon; local
189 EXPECT_TRUE(ObjectFunction1::Params::Icon::Populate(*(icon_props.get()),
190 &icon));
197 EXPECT_TRUE(params->icon.additional_properties.GetString("hello", &tmp));
  /external/stlport/etc/
STLport-4.5.1.spec 11 Icon: stlport_powered_white.gif
STLport-4.5.3.spec 11 Icon: stlport_powered_white.gif
STLport-4.6.spec 11 Icon: stlport_powered_white.gif
  /external/chromium_org/chrome/browser/extensions/
extension_action_unittest.cc 61 // Supports the icon animation.
85 // Supports the icon animation.
103 << "The animation should not play again if the icon was already visible.";
106 TEST(ExtensionActionTest, Icon) {
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 332 private final Icon arrowIcon;
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 70 // Icon load request queue.
178 * Schedule icon load.
179 * @param {HTMLImageElement} elem Image element that should contain the icon.
180 * @param {string} iconURL URL to the icon.
185 // Sends request to the next icon in the queue and schedules
186 // call to itself when the icon is loaded.
276 this.nodeImg_ = createElementWithClassName('img', 'icon');
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 504 milliseconds

1 2