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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 37 private static final int[] ICONS = new int[] {
81 Notification notification = new Notification(ICONS[mRandom.nextInt(ICONS.length)], text,
  /frameworks/base/tools/preload/
preload.ipr 239 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
242 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
245 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
248 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
251 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
257 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
263 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
269 <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
275 <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
280 <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 237 const std::vector<string16>& icons,
248 ASSERT_EQ(expected_num_suggestions, icons.size());
254 EXPECT_EQ(expected_icons[i], icons[i]);
526 std::vector<string16>* icons,
542 if (icons)
543 *icons = autofill_param.d;
621 std::vector<string16> icons; local
624 &page_id, &values, &labels, &icons, &unique_ids);
638 ExpectSuggestions(page_id, values, labels, icons, unique_ids,
665 std::vector<string16> icons; local
734 std::vector<string16> icons; local
791 std::vector<string16> icons; local
857 std::vector<string16> icons; local
902 std::vector<string16> icons; local
936 std::vector<string16> icons; local
979 std::vector<string16> icons; local
1053 std::vector<string16> icons; local
1103 std::vector<string16> icons; local
1177 std::vector<string16> icons; local
1249 std::vector<string16> icons; local
1295 std::vector<string16> icons; local
1337 std::vector<string16> icons; local
1383 std::vector<string16> icons; local
1430 std::vector<string16> icons; local
1477 std::vector<string16> icons; local
    [all...]
  /external/chromium/chrome/browser/
icon_loader_mac.mm 20 // Mac will ignore the size because icons have multiple size representations
  /external/chromium/chrome/browser/status_icons/
status_tray.cc 20 // Walk any active status icons and delete them.
  /external/chromium/chrome/browser/ui/
browser_list_gtk.cc 20 // causes problems with things like status icons.
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.cc 27 // our icons.
30 // Create an offscreen window for handling messages for the status icons. We
57 // We need to reset all of our icons because the taskbar went away.
70 // Walk our icons, find which one was clicked on, and invoke its
status_tray_win.h 41 // reset our status icons.
  /external/chromium/chrome/common/
badge_util.h 15 // generated text overlays ("badges") on toolbar icons.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
manifest.json 4 "icons": {
  /external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
manifest.json 8 "icons": {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
build.properties 18 icons/,\
  /frameworks/base/docs/html/design/building-blocks/
lists.jd 25 simple single-line items, multi-line items, and custom items with icons, checkboxes, and action
  /frameworks/base/packages/SystemUI/res/values-sw720dp-port/
dimens.xml 19 <!-- gap on either side of status bar notification icons -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
TelephonyIcons.java 22 //***** Signal strength icons
53 //***** Data connection icons
102 // Use 3G icons for EVDO data and 1x icons for 1XRTT data
  /gdk/samples/PhotoEditor/res/layout/
exposure_effects.xml 36 photoeditor:icons="@array/filllight_icons"/>
47 photoeditor:icons="@array/highlight_icons"/>
58 photoeditor:icons="@array/shadow_icons"/>
69 photoeditor:icons="@array/autofix_icons"/>
  /gdk/samples/PhotoEditor/res/values/
attrs.xml 19 <attr name="icons" format="reference" />
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlBar.java 38 // Space between indicator icons.
65 // Do not grey out the icons when taking a picture.
100 // We want the icons to be square (size x size)
121 // We want the icons to be square (size x size)
  /packages/apps/Protips/res/values/
arrays.xml 43 <!-- Tip: Longpress to move icons/widgets around. -->
47 <!-- Tip: Longpress icons/widgets and drag to trash to remove them. -->
67 \nTo grow new icons</item>
77 <item>Status bar icons
  /external/chromium/chrome/browser/extensions/
browser_action_test_util.h 58 // Set how many icons should be visible.
59 void SetIconVisibilityCount(size_t icons);
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
AutoFillHostAndroid.cpp 38 void AutoFillHostAndroid::AutoFillSuggestionsReturned(const std::vector<string16>& names, const std::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& uniqueIds)
40 // TODO: what do we do with icons?
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
README 3 To convert the svg icons to other formats, make sure inkscape and imagemagick
4 are installed and use `make' to create various sized png and xpm icons.
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_icon.xml 21 <!-- The icons are a fixed size so an app can't mess everything up with bogus images -->
22 <!-- TODO: the icons are hard coded to 25x25 pixels. Their size should come from a theme -->
  /packages/inputmethods/LatinIME/java/res/values/
keyboard-icons-black.xml 19 <!-- Keyboard icons -->
39 <!-- TODO: Needs dedicated black theme ZWNJ and ZWJ icons -->
keyboard-icons-white.xml 19 <!-- Keyboard icons -->
35 <!-- TODO: Needs dedicated black theme ZWNJ and ZWJ icons -->

Completed in 1846 milliseconds

1 2 3 45 6 7 8 91011>>