/aosp_15_r20/development/tools/winscope/src/app/components/timeline/ |
H A D | timeline_component.ts | 741 (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 D | timeline_component_test.ts | 346 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 D | tag_input.ts | 104 (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 D | record_widgets.ts | 83 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 D | recording_settings.ts | 35 const checked = (e.target as HTMLInputElement).checked;
|
/aosp_15_r20/development/tools/winscope/src/app/components/ |
H A D | trace_config_component_test.ts | 100 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 D | trace_view_component_test.ts | 248 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 D | adb_proxy_component_test.ts | 130 htmlElement.querySelector<HTMLInputElement>( 154 proxyTokenInputField.querySelector<HTMLInputElement>('input'),
|
H A D | collect_traces_component_test.ts | 556 dialog.querySelector<HTMLInputElement>( 708 htmlElement.querySelector<HTMLInputElement>( 759 traceBox.querySelector<HTMLInputElement>('input'),
|
H A D | app_component_test.ts | 328 htmlElement.querySelector<HTMLInputElement>( 424 htmlElement.querySelector<HTMLInputElement>(
|
H A D | adb_proxy_component.ts | 174 (event.target as HTMLInputElement).blur();
|
/aosp_15_r20/development/tools/winscope/src/test/remote_tool_mock/ |
H A D | app_component.ts | 115 ) 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 D | select_with_filter_component_test.ts | 179 function getFilterInput(): HTMLInputElement { 182 ) as HTMLInputElement; 185 function dispatchInput(inputEl: HTMLInputElement, input: string) {
|
H A D | user_options_component_test.ts | 96 expect((option as HTMLInputElement).disabled).toBeTrue(); 107 ) as HTMLInputElement;
|
H A D | search_box_component_test.ts | 113 el.querySelector<HTMLInputElement>('.search-box input'),
|
/aosp_15_r20/external/perfetto/ui/src/frontend/ |
H A D | pivot_table_argument_popup.ts | 37 (vnode.dom as HTMLInputElement).focus(), 39 const input = e.target as HTMLInputElement;
|
H A D | notes_panel.ts | 406 const inputElement = v.dom as HTMLInputElement; 411 const newText = (e.target as HTMLInputElement).value; 421 const newColor = (e.target as HTMLInputElement).value;
|
H A D | ui_main.ts | 66 private omniboxInputEl?: HTMLInputElement; 691 if (el && el instanceof HTMLInputElement) {
|
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_search/ |
H A D | viewer_search_component_test.ts | 212 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 D | index.ts | 44 if (!(e.target instanceof HTMLInputElement)) { 161 assertIsInstance<HTMLInputElement>(files, HTMLInputElement).click();
|
/aosp_15_r20/external/perfetto/ui/src/components/tracks/ |
H A D | add_debug_track_menu.ts | 90 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 D | log-view-controls.ts | 77 @query('.search-field') _searchField!: HTMLInputElement; 130 (event.target as HTMLInputElement) ?? this._searchField;
|
/aosp_15_r20/tools/netsim/ui/ts/ |
H A D | device-info.ts | 246 const range = ev.target as HTMLInputElement; 319 const inputElement = element as HTMLInputElement;
|
/aosp_15_r20/external/perfetto/ui/src/base/ |
H A D | dom_utils.ts | 59 if (editable instanceof HTMLInputElement) {
|
/aosp_15_r20/external/cronet/third_party/re2/src/app/ |
H A D | app.ts | 30 this._pattern = (e.target as HTMLInputElement).value;
|