/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | TooltipManager.java | 85 public void touchDown (Tooltip tooltip) { in touchDown() argument 87 if (tooltip.container.remove()) resetTask.cancel(); in touchDown() 89 if (enabled || tooltip.always) { in touchDown() 90 showTooltip = tooltip; in touchDown() 95 public void enter (Tooltip tooltip) { in enter() argument 96 showTooltip = tooltip; in enter() 98 if (enabled || tooltip.always) { in enter() 99 if (time == 0 || tooltip.instant) in enter() 106 public void hide (Tooltip tooltip) { in hide() argument 109 if (tooltip.container.hasParent()) { in hide() [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/core-tooltip/ |
D | core-tooltip.css | 15 :host(:hover:not([disabled])) .core-tooltip { 19 :host([focused]) .core-tooltip { 23 .core-tooltip:not(.show) { 27 .core-tooltip { 43 :host([large]) .core-tooltip { 49 .core-tooltip.noarrow::after { 53 .core-tooltip::after { 82 .core-tooltip.bottom::after { 88 .core-tooltip.left::after { 94 .core-tooltip.top::after { [all …]
|
D | README.md | 1 core-tooltip 4 See the [component page](http://polymer-project.org/docs/elements/core-elements.html#core-tooltip) …
|
/external/autotest/tko/ |
D | display.py | 70 def calculate_html(link, data, tooltip=None, row_label=None, column_label=None): argument 74 hover_text += '<br>%s' % tooltip 92 tooltip = None, row_label = None, column_label = None): argument 107 if link and not tooltip: 112 self.data = calculate_html(link, data, tooltip, 230 tooltip = "" 233 tooltip += "%d %s " % (box_data.status_count[status], status_word) 234 return (html,tooltip) 265 html,tooltip = status_html(db, box_data, shade) 266 precounted_box = box(html, shade, False, link, tooltip,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | FingerPrintGraph.java | 121 AreaZone(Rectangle zone, String tooltip) { in AreaZone() argument 124 this.title = tooltip; in AreaZone() 164 void addArea(Rectangle rec, String tooltip) { in addArea() argument 165 AreaZone zone = new AreaZone(rec, tooltip); in addArea() 266 StringBuffer tooltip = new StringBuffer("Time for baseline build "); in drawBars() 267 tooltip.append(baselineBuildResults.getName()); in drawBars() 268 tooltip.append(": "); in drawBars() 269 tooltip.append(Util.timeString((long)baselineValue)); in drawBars() 270 tooltip.append(" [±"); in drawBars() 271 tooltip.append(Util.timeString((long)baselineError)); in drawBars() [all …]
|
/external/fio/ |
D | graph.c | 57 char *tooltip; member 671 if (v->tooltip) in __graph_value_drop() 672 free(v->tooltip); in __graph_value_drop() 711 const char *tooltip) in graph_label_add_value() argument 724 if (tooltip) { in graph_label_add_value() 740 x->tooltip = strdup(tooltip); in graph_label_add_value() 816 const double x, const double y, const char *tooltip) in graph_add_xy_data() argument 830 graph_label_add_value(i, xy, tooltip); in graph_add_xy_data() 1025 return best->tooltip; in graph_find_tooltip()
|
D | graph.h | 58 const double x, const double y, const char *tooltip);
|
D | gfio.c | 341 gboolean keyboard_mode, GtkTooltip *tooltip, in graph_tooltip() argument 353 gtk_tooltip_set_text(tooltip, text); in graph_tooltip()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
D | ComplexProperty.java | 77 public void setTooltip(String tooltip) { in setTooltip() argument 78 m_tooltip = tooltip; in setTooltip()
|
/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/ |
D | PerformanceResultsPreferencePage.java | 231 StringBuffer tooltip = new StringBuffer("Select the last build to display performance results\n"); in createContents() local 232 …tooltip.append("If set then performance results won't be displayed for any build after this date..… in createContents() 233 String tooltipText = tooltip.toString(); in createContents() 244 …tooltip = new StringBuffer("Select the default dimension which will be used for performance result… in createContents() 245 …tooltip.append("When changed, the new selected dimension is automatically added to the dimensions … in createContents() 246 tooltipText = tooltip.toString(); in createContents() 254 …tooltip = new StringBuffer("Select the dimensions which will be used while generating performance … in createContents() 255 …tooltip.append("When changed, the default dimension above is automatically added to the new list..… in createContents() 256 tooltipText = tooltip.toString(); in createContents()
|
D | ConfigTab.java | 187 ToolTip tooltip = (ToolTip) ConfigTab.this.toolTips.get(cellPosition); in createTabFolderPage() 188 if (tooltip != null) { in createTabFolderPage() 190 tooltip.setLocation(location); in createTabFolderPage() 191 tooltip.setVisible(true); in createTabFolderPage() 192 this.currentTooltip = tooltip; in createTabFolderPage()
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …tooltip;e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("tooltip"),s=t… function
|
D | bootstrap-combined.min.css | 9 …tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filt…
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | HtmlTooltipHelper.java | 321 private static void hideTooltip(Control tooltip) { in hideTooltip() argument 322 tooltip.getShell().dispose(); in hideTooltip()
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 342 td .has-tooltip * { 359 .tooltip {
|
/external/ImageMagick/www/js/ |
D | magick.js | 6 …tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.t…
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | bootstrap.js | 1141 $.fn.tooltip = function ( option ) { function 1151 $.fn.tooltip.Constructor = Tooltip 1153 $.fn.tooltip.defaults = { 1200 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, { 1255 $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
|
D | apiviewer.js | 175 …enu",bh="paddingBottom",bi="__dW",bj="changeNativeContextMenu",bk="qx.ui.tooltip.ToolTip",bl="qxKe… property
|
/external/v8/tools/profviz/ |
D | profviz.css | 107 .tooltip {
|
/external/ImageMagick/www/css/ |
D | magick.css | 5 …tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,…
|
/external/chromium-trace/catapult/third_party/flot/ |
D | NEWS.md | 122 - Fixed incorrect tooltip behavior in the interacting example. 606 - Fix bug with tooltip in interacting.html, this makes the tooltip
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 1771 /* tooltip styles */
|
/external/llvm/docs/ |
D | doxygen.cfg.in | 933 # source code will show a tooltip with additional information such as prototype,
|
/external/clang/docs/ |
D | doxygen.cfg.in | 933 # source code will show a tooltip with additional information such as prototype,
|
/external/jsoncpp/doc/ |
D | doxyfile.in | 939 # source code will show a tooltip with additional information such as prototype,
|