Searched refs:tooltip (Results 1 – 14 of 14) sorted by relevance
/development/tools/motion/motion_test_watcher_app/src/timeline/graph/ |
D | line-graph-visualization.ts | 191 const tooltip = g constant 196 const tooltipRect = tooltip 202 const tooltipText = tooltip.append('text').attr('fill', 'black'); 212 tooltip.style('opacity', 1); 216 tooltip.style('opacity', 0); 244 tooltip.attr( 249 tooltip.style('display', 'block'); 251 tooltip.style('display', 'none');
|
/development/tools/winscope/src/viewers/common/ |
D | user_options.ts | 26 tooltip?: string; property
|
D | abstract_presenter_input_method.ts | 91 tooltip: `If checked, shows the value of all properties.
|
D | abstract_presenter_input_method_test.ts | 72 tooltip: `If checked, shows the value of all properties.
|
/development/tools/winscope/src/app/components/timeline/ |
D | timeline_component.ts | 988 let tooltip = TRACE_INFO[trace.type].name; variable 990 tooltip += ' ' + trace.getDescriptors()[0].split('.')[0]; 993 tooltip += ' ' + trace.getDescriptors()[0]; 996 tooltip += ' ' + trace.getDescriptors()[0]; 998 return tooltip;
|
/development/tools/winscope/src/test/unit/ |
D | mock_log_viewer_presenter.ts | 43 tooltip: `If checked, shows the value of all properties.
|
/development/tools/winscope/src/viewers/viewer_window_manager/ |
D | presenter.ts | 124 tooltip: `If checked, shows the value of all properties.
|
D | presenter_test.ts | 81 tooltip: `If checked, shows the value of all properties.
|
/development/tools/winscope/src/viewers/viewer_view_capture/ |
D | presenter.ts | 120 tooltip: `If checked, shows the value of all properties.
|
D | presenter_test.ts | 79 tooltip: `If checked, shows the value of all properties.
|
/development/tools/winscope/src/ |
D | styles.css | 108 .mat-tooltip {
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | presenter.ts | 145 tooltip: `If checked, shows the value of all properties.
|
D | presenter_test.ts | 88 tooltip: `If checked, shows the value of all properties.
|
/development/tools/winscope/src/viewers/viewer_transactions/ |
D | presenter.ts | 61 tooltip: `
|