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

1 2 3

  /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...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TooltipManager.java 36 /** Seconds from when an actor is hovered to when the tooltip is shown. Default is 2. Call {@link #hideAll()} after changing to
39 /** Once a tooltip is shown, this is used instead of {@link #initialTime}. Default is 0. */
49 /** The distance from the mouse position to offset the tooltip actor. Default is 15,19. */
51 /** The distance from the tooltip actor position to the edge of the screen where the actor will be shown on the other side of
55 final Array<Tooltip> shown = new Array();
64 Tooltip showTooltip;
85 public void touchDown (Tooltip tooltip) {
87 if (tooltip.container.remove()) resetTask.cancel();
89 if (enabled || tooltip.always)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 132 String tooltip = ((ElementDescriptor)mChoice).getTooltip(); local
133 mAdditionalProposalInfo = DescriptorsUtils.formatTooltip(tooltip);
AndroidContentAssist.java 560 * is the tooltip/help for the value to be displayed in the documentation popup.
577 String tooltip = null; local
581 // Tooltip computed lazily in {@link CompletionProposal}
589 // Tooltip computed lazily in {@link CompletionProposal}
614 tooltip = pair.getSecond();
691 tooltip, // String additionalProposalInfo
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 124 * Updates the application tooltip in the form text.
125 * If there is no tooltip, the form text is hidden.
130 String tooltip = getUiElementNode().getDescriptor().getTooltip(); local
131 if (tooltip != null) {
132 tooltip = DescriptorsUtils.formatFormText(tooltip,
136 mTooltipFormText.setText(tooltip, true /* parseTags */, true /* expandURLs */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 103 String tooltip = "The folder where the file will be generated, relative to the project."; local
111 folderLabel.setToolTipText(tooltip);
115 mWsFolderPathTextField.setToolTipText(tooltip);
NewXmlFileCreationPage.java 125 String tooltip,
134 mTooltip = tooltip;
147 /** Returns the tooltip for the resource type. Can be null. */
247 "An XML file that describes a screen layout.", // tooltip
314 "An XML file with simple values: colors, strings, dimensions, etc.", // tooltip
323 "An XML file that describes a drawable.", // tooltip
332 "An XML file that describes an menu.", // tooltip
341 "An XML file that describes a color state list.", // tooltip
350 "An XML file that describes a property animation", // tooltip
359 "An XML file that describes a tween animation.", // tooltip
474 String tooltip = "The Android Project where the new resource file will be created."; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 233 String tooltip = info.getJavaDoc(); local
242 styleInfo.setJavaDoc("A reference to a custom style"); //tooltip
302 tooltip,
357 "Lets you statically include XML layouts inside other XML layouts.", // tooltip
378 "A root tag useful for XML layouts inflated using a ViewStub.", // tooltip
415 fragmentTooltip, // tooltip
483 "A view tag whose class attribute names the class to be instantiated", // tooltip
506 "Requests focus for the parent element or one of its descendants", // tooltip
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 268 String tooltip; local
271 tooltip = DescriptorsUtils.formatFormText(elem_desc.getTooltip(),
275 tooltip = elem_desc.getTooltip();
280 true /* isHtml */, tooltip, true /* setupLayoutData */);
292 tooltip);
294 // Fallback to a pure text tooltip, no fancy HTML
295 tooltip = DescriptorsUtils.formatTooltip(elem_desc.getTooltip());
296 SectionHelper.createLabel(masterTable, toolkit, tooltip, tooltip);
  /external/fio/
graph.c 39 * Allowable difference to show tooltip
57 char *tooltip; member in struct:graph_value
671 if (v->tooltip)
672 free(v->tooltip);
711 const char *tooltip)
724 if (tooltip) {
740 x->tooltip = strdup(tooltip);
816 const double x, const double y, const char *tooltip)
830 graph_label_add_value(i, xy, tooltip);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 231 StringBuffer tooltip = new StringBuffer("Select the last build to display performance results\n"); local
232 tooltip.append("If set then performance results won't be displayed for any build after this date...");
233 String tooltipText = tooltip.toString();
244 tooltip = new StringBuffer("Select the default dimension which will be used for performance results\n");
245 tooltip.append("When changed, the new selected dimension is automatically added to the dimensions list below...");
246 tooltipText = tooltip.toString();
254 tooltip = new StringBuffer("Select the dimensions which will be used while generating performance results\n");
255 tooltip.append("When changed, the default dimension above is automatically added to the new list...");
256 tooltipText = tooltip.toString();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 195 String tooltip = "The Android Project where the new resource will be created."; local
199 projectLabel.setToolTipText(tooltip);
205 mProjectButton.setToolTipText(tooltip);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
rule-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta6/
rule-api-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.5.0/
rule-api-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0/
rule-api-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha1/
rule-api-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha3/
rule-api-25.0.0-alpha3.jar 

Completed in 333 milliseconds

1 2 3