HomeSort by relevance Sort by last modified time
    Searched full:tooltip (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 44 "List of properties you can edit in export.properties"); //tooltip
49 "TODO tooltip for Package"); //tooltip
54 "TODO tooltip for Projects"); //tooltip
59 "TODO tooltip for Version Code"); //tooltip
64 "TODO tooltip for Key Store"); //tooltip
69 "TODO tooltip for Key Alias"); //toolti
    [all...]
  /external/chromium/chrome/browser/
content_setting_image_model.h 15 // This model provides data (icon ids and tooltip) for the content setting icons
26 // update its visibility, icon and tooltip.
46 void set_tooltip(const std::string& tooltip) { tooltip_ = tooltip; }
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
EffectAction.java 50 private Toast tooltip; field in class:EffectAction
81 // Shows the tooltip if it's available.
83 tooltip = Toast.makeText(getContext(), (String) getTag(), Toast.LENGTH_SHORT);
84 tooltip.setGravity(Gravity.CENTER, 0, 0);
85 tooltip.show();
111 // Close the tooltip if it's still showing.
112 if ((tooltip != null) && (tooltip.getView().getParent() != null)) {
113 tooltip.cancel();
114 tooltip = null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 30 * A dedicated tooltip used during gestures, for example to show the resize dimensions.
32 * This is necessary because {@link org.eclipse.jface.window.ToolTip} causes flicker when
41 * The alpha to use for the tooltip window (which sadly will apply to the tooltip text
46 /** The size of the font displayed in the tooltip */
49 /** Horizontal delta from the mouse cursor to shift the tooltip by */
52 /** Vertical delta from the mouse cursor to shift the tooltip by */
55 /** The label which displays the tooltip */
58 /** The shell holding the tooltip */
64 /** Is the tooltip positioned below the given anchor? *
    [all...]
PropertySheetPage.java 46 * Currently it just provides a custom tooltip to display attributes javadocs.
142 * Sets up a custom tooltip when hovering over tree items.
144 * The tooltip will display the element's javadoc, if any, or the item's getText otherwise.
178 String tooltip = null;
184 tooltip = ((PropertySheetEntry) data).getDescription();
187 if (tooltip == null) {
188 tooltip = item.getText();
190 tooltip = item.getText() + ":\r" + tooltip;
193 if (tooltip != null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ListAttributeDescriptor.java 41 String uiName, String nsUri, String tooltip,
43 return new ListAttributeDescriptor(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
55 String tooltip, IAttributeInfo attrInfo) {
56 super(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
67 String tooltip, IAttributeInfo attrInfo, String[] values) {
68 super(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
ITextAttributeCreator.java 35 * UI name and tooltip.
41 * @param tooltip An optional tooltip.
50 String tooltip,
TextValueDescriptor.java 35 * @param tooltip A non-empty tooltip string or null
37 public TextValueDescriptor(String uiName, String tooltip) {
38 super("#text" /* xmlLocalName */, uiName, null /* nsUri */, tooltip, null /* info */);
TextAttributeDescriptor.java 36 * Such an attribute has a tooltip and would typically be displayed by
54 * @param tooltip A non-empty tooltip string or null
61 String tooltip,
65 mTooltip = (tooltip != null && tooltip.length() > 0) ? tooltip : null;
76 * The tooltip string is either null or a non-empty string.
78 * The tooltip is based on the Javadoc of the attribute and already processed via
80 * a UI tooltip
    [all...]
ReferenceAttributeDescriptor.java 49 String uiName, String nsUri, String tooltip,
53 xmlLocalName, uiName, nsUri, tooltip,
64 * @param tooltip A non-empty tooltip string or null
68 String tooltip, IAttributeInfo attrInfo) {
69 super(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
81 * @param tooltip A non-empty tooltip string or null
86 String tooltip, IAttributeInfo attrInfo) {
87 super(xmlLocalName, uiName, nsUri, tooltip, attrInfo)
    [all...]
ElementDescriptor.java 36 * {@link ElementDescriptor} have an XML name, UI name, a tooltip, an SDK url,
54 /* An optional tooltip. Can be empty. */
69 * tooltip, SDK url, attributes list, children list and mandatory.
73 * @param tooltip An optional tooltip. Can be null or empty.
82 public ElementDescriptor(String xml_name, String ui_name, String tooltip, String sdk_url,
89 mTooltip = (tooltip != null && tooltip.length() > 0) ? tooltip : null;
97 * tooltip, SDK url, attributes list, children list and mandatory
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 27 * its display name and tooltip.
38 * @param tooltip An optional tooltip. Can be null or empty.
46 String tooltip,
51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
59 * @param tooltip An optional tooltip. Can be null or empty.
67 String tooltip,
72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
80 * @param tooltip An optional tooltip. Can be null or empty
    [all...]
ApplicationAttributeDescriptor.java 41 String uiName, String nsUri, String tooltip,
44 xmlLocalName, uiName, nsUri, tooltip, attrInfo);
49 String nsUri, String tooltip, IAttributeInfo attrInfo) {
50 super(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
ManifestPkgAttrDescriptor.java 39 String uiName, String nsUri, String tooltip,
41 return new ManifestPkgAttrDescriptor(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
46 String tooltip, IAttributeInfo attrInfo) {
47 super(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
ThemeAttributeDescriptor.java 40 String uiName, String nsUri, String tooltip,
42 return new ThemeAttributeDescriptor(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
47 String tooltip, IAttributeInfo attrInfo) {
48 super(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
star_decoration.h 22 // Sets the image and tooltip based on |starred|.
38 // The string to show for a tooltip.
  /external/webkit/Source/WebCore/manual-tests/
svg-links.svg 2 <a xlink:href='http://www.apple.com' xlink:title='SUCCESS you got a tooltip'>
9 <tspan x='10' dy='20'>3. Hover and notice a tooltip appear</tspan>
svg-tooltip.svg 3 <title>This string should not show up as a tooltip</title>
6 scenarios. Hovering over every shape should result in a tooltip of "PASS".
27 <text y="15" x="0">When hovered, all shapes should show a "PASS" tooltip. Anything else is a failure.</text>
  /external/webkit/Source/WebKit2/Shared/
WebPopupItem.cpp 54 WebPopupItem::WebPopupItem(Type type, const String& text, TextDirection textDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel)
59 , m_toolTip(toolTip)
77 String toolTip;
81 if (!decoder->decode(CoreIPC::Out(type, text, textDirection, hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel)))
84 item = WebPopupItem(static_cast<Type>(type), text, static_cast<TextDirection>(textDirection), hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
ItemElementDescriptor.java 32 * tooltip, SDK url, attributes list, children list and mandatory.
36 * @param tooltip An optional tooltip. Can be null or empty.
46 String tooltip, String sdk_url, AttributeDescriptor[] attributes,
48 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 117 * @param tooltip An optional tooltip for the label and text. Can be null.
121 String tooltip) {
122 return SectionHelper.createLabel(parent, toolkit, label, tooltip);
134 * @param tooltip An optional tooltip for the label and text. Can be null.
138 String value, String tooltip) {
139 return SectionHelper.createLabelAndText(parent, toolkit, label, value, tooltip);
240 * @param tooltip An optional tooltip for the label and text. Can be null
    [all...]
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_mac.mm 48 NSString* tooltip = [GetButton(browser_, index) toolTip];
49 return base::SysNSStringToUTF8(tooltip);
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.h 42 // Updates the tooltip and image of the image view based on is_valid. If
43 // is_valid is false the tooltip of the image view is set to the message with
44 // id invalid_message_id, otherwise the tooltip is set to the empty text.
  /external/webkit/Source/WebCore/inspector/front-end/
Checkbox.js 26 WebInspector.Checkbox = function(label, className, tooltip)
35 if (tooltip)
36 this.element.title = tooltip;
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.h 88 // signal, with the promo to be shown in the tooltip of the start signal
97 // "tooltip":
106 // "tooltip": "",
120 // For "promo_start", the promotional line itself is given in the "tooltip"
138 // "tooltip": "",
146 // "tooltip": "",
167 // "tooltip": "No thanks, hide this"
178 // tooltip: the text for the "hide this" link on the promo

Completed in 191 milliseconds

1 2 3 4 5 6 7 8 910