Home
last modified time | relevance | path

Searched full:widgets (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/external/perfetto/ui/src/assets/
Dperfetto.scss30 // Widgets - keep these sorted (they should NOT have any inter-dependencies)
31 @import "widgets/anchor";
32 @import "widgets/button";
33 @import "widgets/callout";
34 @import "widgets/card";
35 @import "widgets/checkbox";
36 @import "widgets/chip";
37 @import "widgets/details_shell";
38 @import "widgets/editor";
39 @import "widgets/empty_state";
[all …]
/external/autotest/client/cros/chameleon/
Dchameleon_audio_helper.py72 This class provides method to create link that connects widgets.
74 widgets.
84 # Maps pair of widgets to widget link of different type.
147 """Creates a widget link for two audio widgets.
215 This class provides methods to create widgets and binder of widgets.
216 User can use binder to setup audio paths. User can use widgets to control
231 _link_factory: An AudioLinkFactory that creates link for widgets.
376 def create_binder(self, *widgets): argument
379 @param widgets: A list of widgets that should be linked in a chain.
381 @returns: A WidgetBinder for two widgets. A WidgetBinderChain object
[all …]
/external/perfetto/ui/src/components/details/
Dsql_table_tab.ts19 import {Button, ButtonBar} from '../../widgets/button';
20 import {DetailsShell} from '../../widgets/details_shell';
21 import {Popup, PopupPosition} from '../../widgets/popup';
23 import {SqlTableState} from '../widgets/sql/table/state';
24 import {SqlTable} from '../widgets/sql/table/table';
25 import {SqlTableDescription} from '../widgets/sql/table/table_description';
27 import {MenuItem, PopupMenu} from '../../widgets/menu';
30 import {addChartTab} from '../widgets/charts/chart_tab';
31 import {ChartType} from '../widgets/charts/chart';
32 import {AddChartMenuItem} from '../widgets/charts/add_chart_menu';
[all …]
Dslice_details.ts20 import {Anchor} from '../../widgets/anchor';
21 import {MenuItem, PopupMenu} from '../../widgets/menu';
22 import {Section} from '../../widgets/section';
23 import {SqlRef} from '../../widgets/sql_ref';
24 import {Tree, TreeNode} from '../../widgets/tree';
29 import {DurationWidget} from '../widgets/duration';
30 import {renderProcessRef} from '../widgets/process';
31 import {renderThreadRef} from '../widgets/thread';
32 import {Timestamp} from '../widgets/timestamp';
33 import {getSqlTableDescription} from '../widgets/sql/table/sql_table_registry';
/external/perfetto/ui/src/components/widgets/
DREADME1 This directory contains "widgets" -- standalone reusable components.
3 `sql` subdirectory contains "SQL widgets", which are responsible for fetching
6 The current split between `ui/src/widgets` and `ui/src/frontend/widgets` (this
8 - `ui/src/widgets` contains low-level primitives (button, menu, etc) which
10 - `ui/src/frontend/widgets` doesn't have dependency restrictions and contains
/external/pigweed/pw_console/py/pw_console/widgets/
D__init__.py14 """Pigweed Console Reusable UI widgets."""
17 from pw_console.widgets.border import create_border
18 from pw_console.widgets.checkbox import (
26 from pw_console.widgets.mouse_handlers import on_click
27 from pw_console.widgets.window_pane import (
32 from pw_console.widgets.window_pane_toolbar import WindowPaneToolbar
/external/pigweed/pw_console/py/
DBUILD.gn73 "pw_console/widgets/__init__.py",
74 "pw_console/widgets/border.py",
75 "pw_console/widgets/checkbox.py",
76 "pw_console/widgets/event_count_history.py",
77 "pw_console/widgets/mouse_handlers.py",
78 "pw_console/widgets/table.py",
79 "pw_console/widgets/window_pane.py",
80 "pw_console/widgets/window_pane_toolbar.py",
DBUILD.bazel24 srcs = ["pw_console/widgets/event_count_history.py"],
85 "pw_console/widgets/__init__.py",
86 "pw_console/widgets/border.py",
87 "pw_console/widgets/checkbox.py",
88 "pw_console/widgets/mouse_handlers.py",
89 "pw_console/widgets/table.py",
90 "pw_console/widgets/window_pane.py",
91 "pw_console/widgets/window_pane_toolbar.py",
/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/
DColumnLayout.java26 * and arranges a set of widgets vertically in each column.
96 * The display widgets arranged vertically in this column.
99 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
106 * The display widgets arranged vertically in this column.
109 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
116 * The display widgets arranged vertically in this column.
119 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
126 * The display widgets arranged vertically in this column.
129 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
137 * The display widgets arranged vertically in this column.
[all …]
DRowLayout.java26 * and arranges a set of widgets horizontally in each row.
96 * The display widgets arranged horizontally in this row.
99 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
106 * The display widgets arranged horizontally in this row.
109 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
116 * The display widgets arranged horizontally in this row.
119 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
126 * The display widgets arranged horizontally in this row.
129 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
137 * The display widgets arranged horizontally in this row.
[all …]
DGridLayout.java26 * width and arranges a list of widgets using a row-first strategy.
101 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
114 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
128 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
141 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
154 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
336 * width and arranges a list of widgets using a row-first strategy.
651 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
667 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
683 * <code>repeated .google.monitoring.dashboard.v1.Widget widgets = 2;</code>
[all …]
/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/
Dlayouts.proto30 // width and arranges a list of widgets using a row-first strategy.
37 repeated Widget widgets = 2; field
77 // and arranges a set of widgets horizontally in each row.
87 // The display widgets arranged horizontally in this row.
88 repeated Widget widgets = 2; field
96 // and arranges a set of widgets vertically in each column.
106 // The display widgets arranged vertically in this column.
107 repeated Widget widgets = 2; field
/external/googleapis/google/monitoring/dashboard/v1/
Dlayouts.proto30 // width and arranges a list of widgets using a row-first strategy.
37 repeated Widget widgets = 2; field
77 // and arranges a set of widgets horizontally in each row.
87 // The display widgets arranged horizontally in this row.
88 repeated Widget widgets = 2; field
96 // and arranges a set of widgets vertically in each column.
106 // The display widgets arranged vertically in this column.
107 repeated Widget widgets = 2; field
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DOverlayDraw.vert6 // OverlayDraw.vert: Set up overlay widgets for drawing. A maximum of 32 text widgets and 32 graph
7 // widgets is supported simultaneously. One vkCmdDraw call is issued for all text widgets, and one
8 // for all graph widgets; with the number of instances depicting the number of text or graph
9 // widgets. The shader produces four vertices of a triangle strip, covering the area affected by
/external/perfetto/ui/src/plugins/dev.perfetto.ThreadState/
Dthread_state_details_panel.ts16 import {Anchor} from '../../widgets/anchor';
17 import {Button} from '../../widgets/button';
18 import {DetailsShell} from '../../widgets/details_shell';
19 import {GridLayout} from '../../widgets/grid_layout';
20 import {Section} from '../../widgets/section';
21 import {SqlRef} from '../../widgets/sql_ref';
22 import {Tree, TreeNode} from '../../widgets/tree';
23 import {Intent} from '../../widgets/common';
30 import {DurationWidget} from '../../components/widgets/duration';
31 import {Timestamp} from '../../components/widgets/timestamp';
[all …]
/external/perfetto/ui/src/plugins/org.chromium.ChromeCriticalUserInteractions/
Dstartup_details_panel.ts17 import {DurationWidget} from '../../components/widgets/duration';
18 import {Timestamp} from '../../components/widgets/timestamp';
20 import {DetailsShell} from '../../widgets/details_shell';
21 import {GridLayout, GridLayoutColumn} from '../../widgets/grid_layout';
22 import {Section} from '../../widgets/section';
23 import {SqlRef} from '../../widgets/sql_ref';
24 import {dictToTreeNodes, Tree} from '../../widgets/tree';
Dweb_content_interaction_details_panel.ts32 import {DurationWidget} from '../../components/widgets/duration';
33 import {Timestamp} from '../../components/widgets/timestamp';
35 import {DetailsShell} from '../../widgets/details_shell';
36 import {GridLayout, GridLayoutColumn} from '../../widgets/grid_layout';
37 import {Section} from '../../widgets/section';
38 import {SqlRef} from '../../widgets/sql_ref';
39 import {dictToTreeNodes, Tree} from '../../widgets/tree';
/external/python/cpython3/Doc/library/
Dtkinter.rst94 that adds custom commands to create and manipulate GUI widgets. Each
96 it. Tk's widgets are very customizable, though at the cost of a dated appearance.
100 Themed Tk (Ttk) is a newer family of Tk widgets that provide a much better
101 appearance on different platforms than many of the classic Tk widgets.
155 toplevel widgets (that is, it has a form like that returned by
231 for many of the classic widgets in the main :mod:`tkinter` module.
322 widgets
323 A Tkinter user interface is made up of individual *widgets*. Each widget is
328 Widgets are arranged in a *hierarchy*. The label and button were contained
334 Widgets have *configuration options*, which modify their appearance and
[all …]
/external/perfetto/ui/src/plugins/dev.perfetto.WidgetsPage/
Dwidgets_page.ts20 import {Anchor} from '../../widgets/anchor';
21 import {Button} from '../../widgets/button';
22 import {Callout} from '../../widgets/callout';
23 import {Checkbox} from '../../widgets/checkbox';
24 import {Editor} from '../../widgets/editor';
25 import {EmptyState} from '../../widgets/empty_state';
26 import {Form, FormLabel} from '../../widgets/form';
27 import {HotkeyGlyphs} from '../../widgets/hotkey_glyphs';
28 import {Icon} from '../../widgets/icon';
29 import {Menu, MenuDivider, MenuItem, PopupMenu} from '../../widgets/menu';
[all …]
Dindex.ts24 route: '/widgets',
30 text: 'Widgets',
31 href: '#!/widgets',
32 icon: 'widgets',
/external/autotest/frontend/client/src/autotest/tko/
DWidgetList.java24 private List<T> widgets = new ArrayList<T>(); field in WidgetList
45 widgets.add(widget); in addWidget()
50 widgets.remove(widget); in deleteWidget()
63 return Collections.unmodifiableList(widgets); in getWidgets()
67 widgets.clear(); in clear()
/external/angle/doc/
DDebugOverlayInVulkanBackend.md59 processes to generate an array of widgets, each of its respective type,
61 The json file allows widgets to align against other widgets as well as against
96 The UI is rendered in two passes, one draw call for all graph widgets and
97 another draw call for all text widgets. The vertex shader in these draw calls
131 * Add more overlay widgets.
133 the overlay widgets JSON.
/external/perfetto/ui/src/plugins/org.chromium.ChromeScrollJank/
Dscroll_timeline_details_panel.ts24 import {DetailsShell} from '../../widgets/details_shell';
25 import {GridLayout, GridLayoutColumn} from '../../widgets/grid_layout';
28 import {Section} from '../../widgets/section';
29 import {Tree, TreeNode} from '../../widgets/tree';
30 import {Timestamp} from '../../components/widgets/timestamp';
31 import {DurationWidget} from '../../components/widgets/duration';
37 } from '../../components/widgets/sql/table/table_column';
38 import {renderStandardCell} from '../../components/widgets/sql/table/render_cell_utils';
44 } from '../../components/widgets/sql/table/columns';
/external/angle/src/libANGLE/
Dgen_overlay_widgets.py8 # Code generation for overlay widgets. Should be run when the widgets declaration file,
376 widgets = layout['widgets']
378 # Read the layouts from the json file and determine alignment of widgets (as they can refer to
379 # other widgets.
381 for widget_properties in widgets:
386 # Go over the widgets again and generate initialization code. Note that we need to iterate over
387 # the widgets in order, so we can't use the overlay_widgets dictionary for iteration.
389 for widget_properties in widgets:
402 widget_ids = [WIDGET_ID_TEMPLATE.format(**widget) for widget in widgets]
403 widget_x_defs = ["PROC(" + widget['name'] + ")" for widget in widgets]
/external/rust/android-crates-io/crates/spdx/src/text/exceptions/
DQwt-exception-1.06 1. Widgets that are subclassed from Qwt widgets do not constitute a derivative work.
8widgets to the Qwt library does not constitute a derivative work and does not require the author t…

12345678910>>...18