Home
last modified time | relevance | path

Searched refs:HTMLInputElement (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/development/tools/winscope/src/app/components/timeline/
H A Dtimeline_component.ts741 (event.target as HTMLInputElement)?.tagName === 'INPUT' &&
742 (event.target as HTMLInputElement)?.type === 'text'
752 (event.target as HTMLInputElement)?.tagName === 'INPUT' &&
753 (event.target as HTMLInputElement)?.type === 'text'
824 const target = event.target as HTMLInputElement;
851 const target = event.target as HTMLInputElement;
867 (event.target as HTMLInputElement).blur();
873 (event.target as HTMLInputElement).blur();
H A Dtimeline_component_test.ts346 document.documentElement.querySelectorAll<HTMLInputElement>('mat-option');
404 …document.documentElement.querySelectorAll<HTMLInputElement>('mat-option'); // [WM, SF, SR, ProtoLo…
574 document.querySelector<HTMLInputElement>('.time-input.nano'),
620 document.querySelector<HTMLInputElement>('.time-input.human'),
671 document.querySelector<HTMLInputElement>('.time-input.human'),
692 document.querySelector<HTMLInputElement>('.time-input.human'),
1235 inputField: HTMLInputElement,
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dtag_input.ts104 (inputElement as HTMLInputElement).focus();
116 const el = ev.target as HTMLInputElement;
124 const el = ev.target as HTMLInputElement;
133 const el = ev.target as HTMLInputElement;
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/
H A Drecord_widgets.ts83 onToggle((e.target as HTMLInputElement).checked);
145 onToggle((e.target as HTMLInputElement).checked);
216 this.onTimeValueChange(attrs, (e.target as HTMLInputElement).value);
226 this.onValueChange(attrs, +(e.target as HTMLInputElement).value);
238 this.onSliderChange(attrs, +(e.target as HTMLInputElement).value);
445 const target = e.target as HTMLInputElement;
H A Drecording_settings.ts35 const checked = (e.target as HTMLInputElement).checked;
/aosp_15_r20/development/tools/winscope/src/app/components/
H A Dtrace_config_component_test.ts100 htmlElement.querySelector<HTMLInputElement>('.trace-checkbox input'),
144 box.querySelector<HTMLInputElement>('input'),
167 box.querySelector<HTMLInputElement>('input'),
187 box.querySelector<HTMLInputElement>('input'),
209 htmlElement.querySelector<HTMLInputElement>('.enable-config input'),
229 htmlElement.querySelector<HTMLInputElement>('.enable-config input'),
H A Dtrace_view_component_test.ts248 overlayPanel.querySelector<HTMLInputElement>('.save-field input'),
275 overlayPanel.querySelector<HTMLInputElement>('.save-field input'),
313 document.querySelector<HTMLInputElement>('.save-field input'),
399 overlayPanel.querySelector<HTMLInputElement>('.save-field input'),
421 function updateInputField(inputEl: HTMLInputElement, value: string) {
H A Dadb_proxy_component_test.ts130 htmlElement.querySelector<HTMLInputElement>(
154 proxyTokenInputField.querySelector<HTMLInputElement>('input'),
H A Dcollect_traces_component_test.ts556 dialog.querySelector<HTMLInputElement>(
708 htmlElement.querySelector<HTMLInputElement>(
759 traceBox.querySelector<HTMLInputElement>('input'),
H A Dapp_component_test.ts328 htmlElement.querySelector<HTMLInputElement>(
424 htmlElement.querySelector<HTMLInputElement>(
H A Dadb_proxy_component.ts174 (event.target as HTMLInputElement).blur();
/aosp_15_r20/development/tools/winscope/src/test/remote_tool_mock/
H A Dapp_component.ts115 ) as HTMLInputElement;
125 ) as HTMLInputElement;
282 const files: FileList | null = (event?.target as HTMLInputElement)?.files;
/aosp_15_r20/development/tools/winscope/src/viewers/components/
H A Dselect_with_filter_component_test.ts179 function getFilterInput(): HTMLInputElement {
182 ) as HTMLInputElement;
185 function dispatchInput(inputEl: HTMLInputElement, input: string) {
H A Duser_options_component_test.ts96 expect((option as HTMLInputElement).disabled).toBeTrue();
107 ) as HTMLInputElement;
H A Dsearch_box_component_test.ts113 el.querySelector<HTMLInputElement>('.search-box input'),
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dpivot_table_argument_popup.ts37 (vnode.dom as HTMLInputElement).focus(),
39 const input = e.target as HTMLInputElement;
H A Dnotes_panel.ts406 const inputElement = v.dom as HTMLInputElement;
411 const newText = (e.target as HTMLInputElement).value;
421 const newColor = (e.target as HTMLInputElement).value;
H A Dui_main.ts66 private omniboxInputEl?: HTMLInputElement;
691 if (el && el instanceof HTMLInputElement) {
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_search/
H A Dviewer_search_component_test.ts212 saveField.querySelector<HTMLInputElement>('input'),
286 input: HTMLInputElement | HTMLTextAreaElement,
326 input: HTMLInputElement | HTMLTextAreaElement,
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RestorePinnedTracks/
H A Dindex.ts44 if (!(e.target instanceof HTMLInputElement)) {
161 assertIsInstance<HTMLInputElement>(files, HTMLInputElement).click();
/aosp_15_r20/external/perfetto/ui/src/components/tracks/
H A Dadd_debug_track_menu.ts90 if (element instanceof HTMLInputElement) {
252 this.name = (e.target as HTMLInputElement).value;
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/components/log-view-controls/
H A Dlog-view-controls.ts77 @query('.search-field') _searchField!: HTMLInputElement;
130 (event.target as HTMLInputElement) ?? this._searchField;
/aosp_15_r20/tools/netsim/ui/ts/
H A Ddevice-info.ts246 const range = ev.target as HTMLInputElement;
319 const inputElement = element as HTMLInputElement;
/aosp_15_r20/external/perfetto/ui/src/base/
H A Ddom_utils.ts59 if (editable instanceof HTMLInputElement) {
/aosp_15_r20/external/cronet/third_party/re2/src/app/
H A Dapp.ts30 this._pattern = (e.target as HTMLInputElement).value;

12