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

1 2 3 4 5 6 7 8 91011

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipProvider.java 24 * Provider for tooltip controls.
31 * Show tooltip directly on property row.
35 * Show tooltip below property row.
45 * Create tooltip control.
53 * Shows tooltip {@link Shell}.
60 * Returns position for tooltip control. Usually we should show directly on same row, because we
61 * use tooltip to show just longer (full) text of property. But for "class" property we show
70 // Tooltip listener
74 * {@link Listener} that hides tooltip on mouse exit or click.
98 // convert location from tooltip to tabl
    [all...]
PropertyTableTooltipHelper.java 52 // check, may be cursor is now on tooltip, so ignore this MouseExit
62 // no, we should hide tooltip
120 // Showing tooltip
157 // prepare tooltip location
166 // for non-windows systems the tooltip may have invalid tooltip bounds
167 // because some widget's API functions may fail if tooltip content is not visible
169 // the workaround is to preset tooltip size to big values before any computeSize called.
  /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 49 private Toast tooltip; field in class:EffectAction
67 // Shows the tooltip if it's available.
69 tooltip = Toast.makeText(getContext(), (String) getTag(), Toast.LENGTH_SHORT);
70 tooltip.setGravity(Gravity.CENTER, 0, 0);
71 tooltip.show();
86 // Cancel the tooltip if it's still showing.
87 if ((tooltip != null) && (tooltip.getView().getParent() != null)) {
88 tooltip.cancel();
89 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 42 * Such an attribute has a tooltip and would typically be displayed by
105 * Sets the tooltip to be associated with this descriptor. This is usually
109 * @param tooltip the new tooltip to be used
112 public TextAttributeDescriptor setTooltip(String tooltip) {
113 mTooltip = tooltip;
140 * The tooltip string is either null or a non-empty string.
142 * The tooltip is based on the Javadoc of the attribute and already processed via
144 * a UI tooltip.
149 * @return A non-empty tooltip string or nul
160 String tooltip = null; local
    [all...]
TextValueDescriptor.java 35 * @param tooltip A non-empty tooltip string or null
37 public TextValueDescriptor(String uiName, String tooltip) {
40 setTooltip(tooltip);
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...]
  /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/values/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
  /external/chromium/chrome/common/extensions/docs/static/
browserAction.html 9 a <a href="#tooltip">tooltip</a>,
51 "default_title": "Google Mail", <em>// optional; shown in tooltip</em>
61 a <a href="#tooltip">tooltip</a>,
91 <h3 id="tooltip">Tooltip</h3>
94 To set the tooltip,
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
FilterAction.java 54 private Toast tooltip; field in class:FilterAction
75 tooltip = Toast.makeText(tools.getContext(), tooltipId, Toast.LENGTH_SHORT);
92 if (tooltip != null) {
93 tooltip.show();
118 // Close the tooltip if it's still showing.
119 if ((tooltip != null) && (tooltip.getView().getParent() != null)) {
120 tooltip.cancel();
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button.cc 44 const std::wstring& tooltip,
46 button_->UpdateUI(input_method_id, name, tooltip, num_active_input_methods);
116 const std::wstring& tooltip,
128 SetTooltipText(L""); // remove tooltip
131 SetTooltipText(tooltip);
163 const std::wstring tooltip = InputMethodMenu::GetTextForMenu(input_method); local
166 UpdateUI(input_method.id, name, tooltip, num_active_input_methods);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 115 * Typically made of a rectangle and an associated text used as tooltip.
121 AreaZone(Rectangle zone, String tooltip) {
124 this.title = tooltip;
164 void addArea(Rectangle rec, String tooltip) {
165 AreaZone zone = new AreaZone(rec, tooltip);
266 StringBuffer tooltip = new StringBuffer("Time for baseline build ");
267 tooltip.append(baselineBuildResults.getName());
268 tooltip.append(": ");
269 tooltip.append(Util.timeString((long)baselineValue));
270 tooltip.append(" [&#177;")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 88 null /* tooltip */, sdkUrl,
94 null /* tooltip */, sdkUrl,
99 null /* tooltip */, sdkUrl,
129 * @param tooltip the tooltip or documentation for this element, or null
140 String tooltip, String sdkUrl,
148 ElementDescriptor element = new ElementDescriptor(xmlName, uiName, tooltip, sdkUrl,

Completed in 6120 milliseconds

1 2 3 4 5 6 7 8 91011