| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpHelp.ts | 63 icon: '', 78 icon: '', 93 icon: '', 108 icon: '', 123 icon: '', 138 icon: '', 153 icon: '', 168 icon: '', 183 icon: '', 198 icon: '', [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpHelp.ts | 63 icon: '', 78 icon: '', 93 icon: '', 108 icon: '', 123 icon: '', 138 icon: '', 153 icon: '', 168 icon: '', 183 icon: '', 198 icon: '', [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ |
| D | TabPaneFilter.test.ts | 40 expect(tabPaneFilter.icon).toBe('block'); 45 expect(tabPaneFilter.icon).toBe('block'); 50 expect(tabPaneFilter.icon).toBe(''); 54 tabPaneFilter.icon = true; 55 expect(tabPaneFilter.icon).toBe(''); 59 tabPaneFilter.icon = 'block'; 60 expect(tabPaneFilter.icon).toBe('block'); 64 tabPaneFilter.icon = 'tree'; 65 expect(tabPaneFilter.icon).toBe('tree');
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/icon/ |
| D | LitIcon.ts | 21 private icon: HTMLElement | undefined | null; 93 this.icon = this.shadowRoot.getElementById('icon'); 109 if (this.icon) this.icon.style.color = value as string; 112 if (this.icon) this.icon.style.fontSize = `${value}px`;
|
| /developtools/smartperf_host/ide/src/base-ui/icon/ |
| D | LitIcon.ts | 21 private icon: HTMLElement | undefined | null; 93 this.icon = this.shadowRoot.getElementById('icon'); 109 if (this.icon) this.icon.style.color = value as string; 112 if (this.icon) this.icon.style.fontSize = `${value}px`;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | BaseEntry.ets | 23 /** optional icon image */ 26 constructor(y?:number,icon?:ImagePaint,data?:Object) { 30 if(icon != undefined){ 31 this.mIcon = icon; 47 * Sets the icon drawable 49 * @param icon 51 public setIcon(icon:ImagePaint):void { 52 this.mIcon = icon; 56 * Returns the icon of this Entry.
|
| /developtools/profiler/host/smartperf/ide/src/ |
| D | icon.svg | 2 <symbol id="icon-check-circle" viewBox="0 0 1024 1024"> 6 <symbol id="icon-CI" viewBox="0 0 1024 1024"> 10 <symbol id="icon-Dollar" viewBox="0 0 1024 1024"> 14 <symbol id="icon-compass" viewBox="0 0 1024 1024"> 19 <symbol id="icon-close-circle" viewBox="0 0 1024 1024"> 23 <symbol id="icon-frown" viewBox="0 0 1024 1024"> 29 <symbol id="icon-info-circle" viewBox="0 0 1024 1024"> 34 <symbol id="icon-left-circle" viewBox="0 0 1024 1024"> 38 <symbol id="icon-down-circle" viewBox="0 0 1024 1024"> 42 <symbol id="icon-EURO" viewBox="0 0 1024 1024"> [all …]
|
| /developtools/smartperf_host/ide/src/ |
| D | icon.svg | 2 <symbol id="icon-check-circle" viewBox="0 0 1024 1024"> 6 <symbol id="icon-CI" viewBox="0 0 1024 1024"> 10 <symbol id="icon-Dollar" viewBox="0 0 1024 1024"> 14 <symbol id="icon-compass" viewBox="0 0 1024 1024"> 19 <symbol id="icon-close-circle" viewBox="0 0 1024 1024"> 23 <symbol id="icon-frown" viewBox="0 0 1024 1024"> 29 <symbol id="icon-info-circle" viewBox="0 0 1024 1024"> 34 <symbol id="icon-left-circle" viewBox="0 0 1024 1024"> 38 <symbol id="icon-down-circle" viewBox="0 0 1024 1024"> 42 <symbol id="icon-EURO" viewBox="0 0 1024 1024"> [all …]
|
| /developtools/packing_tool/adapter/ohos/ |
| D | ModuleShortcut.java | 42 private String icon = ""; field in ModuleShortcut 74 return icon; in getIcon() 77 public void setIcon(String icon) { in setIcon() argument 78 this.icon = icon; in setIcon()
|
| D | UncompressResult.java | 32 private String icon = ""; field in UncompressResult 63 void setIcon(String icon) { in setIcon() argument 64 this.icon = icon; in setIcon() 118 return icon; in getIcon()
|
| D | ModuleResult.java | 41 private String icon = ""; field in ModuleResult 72 return icon; in getIcon() 76 icon = iconPath; in setIcon()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | LineRadarRenderer.ets | 38 …protected drawFilledPath(filledPath:string , icon?:ImagePaint,fillColor?:number, fillAlpha?:number… 39 if(icon != null){ 40 icon.setX(this.mViewPortHandler.contentLeft()); 41 icon.setY(this.mViewPortHandler.contentTop()); 42 icon.setWidth(this.mViewPortHandler.contentRight() - this.mViewPortHandler.contentLeft()); 43 icon.setHeight(this.mViewPortHandler.contentBottom() - this.mViewPortHandler.contentTop()); 44 return [icon]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/button/ |
| D | LitButton.ts | 59 get icon() { method in LitButton 63 set icon(icon: string) { method in LitButton 64 this.litIcon?.setAttribute('name', icon); 65 this.setAttribute('icon', icon); 66 if (icon) {
|
| /developtools/smartperf_host/ide/src/base-ui/button/ |
| D | LitButton.ts | 59 get icon() { method in LitButton 63 set icon(icon: string) { method in LitButton 64 this.litIcon?.setAttribute('name', icon); 65 this.setAttribute('icon', icon); 66 if (icon) {
|
| /developtools/smartperf_host/ide/test/base-ui/menu/ |
| D | LitMainMenu.test.ts | 43 icon: 'folder', 49 icon: 'copyhovered', 65 icon: 'copyhovered', 70 icon: 'folder',
|
| /developtools/smartperf_host/ide/src/base-ui/ |
| D | icon.svg | 2 <symbol id="icon-minus-square" viewBox="0 0 16 16"> 8 <symbol id="icon-plus-square" viewBox="0 0 16 16"> 14 <symbol id="icon-filesearch" viewBox="0 0 16 16"> 24 <symbol id="icon-folder" viewBox="0 0 16 16"> 31 <symbol id="icon-select" viewBox="0 0 16 16"> 41 <symbol id="icon-cloud-sync" viewBox="0 0 16 16"> 49 <symbol id="icon-down" viewBox="0 0 16 16"> 56 <symbol id="icon-up" viewBox="0 0 16 16"> 63 <symbol id="icon-vertical-align-top" viewBox="0 0 16 16"> 72 <symbol id="icon-download" viewBox="0 0 16 16"> [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/ |
| D | icon.svg | 2 <symbol id="icon-minus-square" viewBox="0 0 16 16"> 8 <symbol id="icon-plus-square" viewBox="0 0 16 16"> 14 <symbol id="icon-filesearch" viewBox="0 0 16 16"> 24 <symbol id="icon-folder" viewBox="0 0 16 16"> 31 <symbol id="icon-select" viewBox="0 0 16 16"> 41 <symbol id="icon-cloud-sync" viewBox="0 0 16 16"> 49 <symbol id="icon-down" viewBox="0 0 16 16"> 56 <symbol id="icon-up" viewBox="0 0 16 16"> 63 <symbol id="icon-vertical-align-top" viewBox="0 0 16 16"> 72 <symbol id="icon-download" viewBox="0 0 16 16"> [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMCallTree.test.ts | 139 icon: 'block', 147 icon: 'block', 155 icon: 'block', 183 icon: 'tree', 191 icon: 'tree', 199 icon: 'tree',
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/ |
| D | LocalConfigEntity.ts | 151 public icon: Resource property in SummaryItem 156 constructor(icon: Resource, content: string, value: string, backColor: string) { 157 this.icon = icon
|
| /developtools/smartperf_host/ide/src/base-ui/tabs/ |
| D | lit-tabs.ts | 592 ${a.icon ? `<lit-icon name='${a.icon}'></lit-icon>` : ``} 598 ${a.icon ? `<lit-icon name='${a.icon}'></lit-icon>` : ``} 607 ${a.icon ? `<lit-icon name='${a.icon}'></lit-icon>` : ``} 613 ${a.icon ? `<lit-icon name='${a.icon}'></lit-icon>` : ``}
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/tabs/ |
| D | lit-tabs.ts | 592 ${a.icon ? `<lit-icon name='${a.icon}'></lit-icon>` : ``} 598 ${a.icon ? `<lit-icon name='${a.icon}'></lit-icon>` : ``} 607 ${a.icon ? `<lit-icon name='${a.icon}'></lit-icon>` : ``} 613 ${a.icon ? `<lit-icon name='${a.icon}'></lit-icon>` : ``}
|
| /developtools/profiler/host/smartperf/ide/src/trace/ |
| D | SpApplication.ts | 62 private icon: HTMLDivElement | undefined | null; property in SpApplication 563 let icon: HTMLDivElement | undefined | null = this.shadowRoot 566 icon!.style.pointerEvents = 'none'; 567 icon!.onclick = (e) => { 643 icon: 'file-fill', 651 icon: 'piechart-circle-fil', 663 icon: 'download', 678 icon: 'download', 697 icon: 'filesearch', 708 icon: 'metric', [all …]
|
| /developtools/smartperf_host/ide/src/trace/ |
| D | SpApplication.ts | 62 private icon: HTMLDivElement | undefined | null; property in SpApplication 570 let icon: HTMLDivElement | undefined | null = this.shadowRoot 573 icon!.style.pointerEvents = 'none'; 574 icon!.onclick = (e) => { 652 icon: 'file-fill', 660 icon: 'piechart-circle-fil', 672 icon: 'download', 687 icon: 'download', 706 icon: 'filesearch', 717 icon: 'metric', [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | TitleWindowPage.ets | 24 private icon 31 Image(this.icon).width(16).height(16).margin({ right: '2%' }) 139 icon: $r("app.media.icon_average_frame_b"), 150 icon: $r("app.media.icon_normalized_current"), 160 icon: $r("app.media.icon_counter"), 171 icon: $r("app.media.icon_counter"), 182 icon: $r("app.media.icon_frame_score"), 192 icon: $r("app.media.icon_jank_each_hour"), 202 icon: $r("app.media.icon_max_temperature"), 213 icon: $r("app.media.icon_max_temperature"),
|
| /developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/privateAttr/ |
| D | privateAttr.hml | 18 <button type="capsule" value="{{value}}" icon="{{icon}}" value="{{value}}"></button>
|