| /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...] |
| /external/chromium/chrome/browser/ui/gtk/ |
| back_forward_button_gtk.cc | 28 int normal, pushed, hover, disabled, tooltip; local 35 tooltip = IDS_TOOLTIP_FORWARD; 42 tooltip = IDS_TOOLTIP_BACK; 49 l10n_util::GetStringUTF8(tooltip).c_str());
|
| /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);
|
| input_method_menu.cc | 478 const std::wstring tooltip = GetTextForMenu(input_method); local 479 UpdateUI(input_method.id, name, tooltip, num_active_input_methods);
|
| /external/chromium/chrome/browser/ui/views/extensions/ |
| browser_action_overflow_menu_controller.cc | 42 // Set the tooltip for this item. 43 std::wstring tooltip = UTF8ToWide( local 46 menu_->SetTooltip(tooltip, command_id);
|
| /sdk/rule_api/src/com/android/ide/common/api/ |
| DropFeedback.java | 145 * A message to be displayed in a tooltip to the user, which should be short, but 148 public String tooltip; field in class:DropFeedback 151 * Horizontal alignment for the tooltip, or null if no preference 156 * Vertical alignment for the tooltip, or null if no preference
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
| DescriptorsUtils.java | 142 String tooltip = null; local 162 // Add the known types to the tooltip 187 // The extra space at the end makes the tooltip more readable on Windows. 196 // The extra space at the end makes the tooltip more readable on Windows. 200 tooltip = formatTooltip(rawTooltip); 244 attr = override.create(xmlLocalName, uiName, nsUri, tooltip, info); 254 xmlLocalName, uiName, nsUri, tooltip, info); 257 xmlLocalName, uiName, nsUri, tooltip, info); 260 xmlLocalName, uiName, nsUri, tooltip, info); 263 xmlLocalName, uiName, nsUri, tooltip, info) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
| ApplicationToggle.java | 123 * Updates the application tooltip in the form text. 124 * If there is no tooltip, the form text is hidden. 129 String tooltip = getUiElementNode().getDescriptor().getTooltip(); local 130 if (tooltip != null) { 131 tooltip = DescriptorsUtils.formatFormText(tooltip, 135 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 | 129 String tooltip, 138 mTooltip = tooltip; 151 /** Returns the tooltip for the resource type. Can be null. */ 251 "An XML file that describes a screen layout.", // tooltip 317 "An XML file with simple values: colors, strings, dimensions, etc.", // tooltip 326 "An XML file that describes a drawable.", // tooltip 335 "An XML file that describes an menu.", // tooltip 344 "An XML file that describes a color state list.", // tooltip 353 "An XML file that describes a property animation", // tooltip 362 "An XML file that describes a tween animation.", // tooltip 476 String tooltip = "The Android Project where the new resource file will be created."; local [all...] |
| /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/ |
| SettingsPage.java | 93 String tooltip = "The DNS name or IP of the HTTP proxy server to use. " +
local 95 mProxyServerLabel.setToolTipText(tooltip);
100 mProxyServerText.setToolTipText(tooltip);
105 tooltip = "The port of the HTTP proxy server to use. " +
107 mProxyPortLabel.setToolTipText(tooltip);
112 mProxyPortText.setToolTipText(tooltip);
|
| /external/chromium/chrome/browser/ui/gtk/bookmarks/ |
| bookmark_utils_gtk.cc | 236 std::string tooltip = BuildTooltipFor(node); local 237 if (!tooltip.empty()) 238 gtk_widget_set_tooltip_markup(button, tooltip.c_str()); 258 std::string tooltip; local
|
| /external/webkit/Source/WebKit/wx/WebKitSupport/ |
| ChromeClientWx.cpp | 55 #include <wx/tooltip.h> 412 wxToolTip* tooltip = m_webView->GetToolTip(); local 413 if (!tooltip || tooltip->GetTip() != wxString(tip))
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
| UiElementDetail.java | 257 String tooltip; local 260 tooltip = DescriptorsUtils.formatFormText(elem_desc.getTooltip(), 264 tooltip = elem_desc.getTooltip(); 269 true /* isHtml */, tooltip, true /* setupLayoutData */); 281 tooltip); 283 // Fallback to a pure text tooltip, no fancy HTML 284 tooltip = DescriptorsUtils.formatTooltip(elem_desc.getTooltip()); 285 SectionHelper.createLabel(masterTable, toolkit, tooltip, tooltip);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
| LayoutDescriptors.java | 269 String tooltip = info.getJavaDoc(); local 278 styleInfo.setJavaDoc("A reference to a custom style"); //tooltip 357 tooltip, 407 "Lets you statically include XML layouts inside other XML layouts.", // tooltip 428 "A root tag useful for XML layouts inflated using a ViewStub.", // tooltip 465 fragmentTooltip, // tooltip 525 "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/ |
| AndroidContentAssist.java | 586 * is the tooltip/help for the value to be displayed in the documentation popup. 601 String tooltip = null; local 605 tooltip = DescriptorsUtils.formatTooltip(((ElementDescriptor)choice).getTooltip()); 614 tooltip = ((TextAttributeDescriptor) choice).getTooltip(); 640 tooltip = pair.getSecond(); [all...] |
| /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
| AvdCreationDialog.java | 281 String tooltip = "Name of the new Android Virtual Device"; local 282 label.setToolTipText(tooltip); 287 mAvdName.setToolTipText(tooltip); 291 tooltip = "The version of Android to use in the virtual device"; 292 label.setToolTipText(tooltip); 296 mTargetCombo.setToolTipText(tooltip); 310 tooltip = "The CPU/ABI to use in the virtual device"; 311 label.setToolTipText(tooltip); 315 mAbiTypeCombo.setToolTipText(tooltip); [all...] |
| /prebuilt/common/jfreechart/ |
| jfreechart-1.0.9.jar | |