Searched refs:PUBLIC_CANCEL (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 34 const PUBLIC_CANCEL = { 'id': -1, 'type': 40000, params: ['sys.symbol.xmark'], 'bundleName': '__har… class 372 value: PUBLIC_CANCEL, 384 value: PUBLIC_CANCEL, 847 else if (this.item.value === PUBLIC_CANCEL) { 914 else if (this.item.value === PUBLIC_CANCEL) {
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/editabletitlebar/ |
H A D | editabletitlebar.js | 22 const PUBLIC_CANCEL = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAYAAABS3GwHAAAAIGNIUk… constant 125 value: PUBLIC_CANCEL,
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/EditableTitleBar/ |
H A D | EditableTitleBar.ets | 29 const PUBLIC_CANCEL = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAYAAABS3Gw' + 117 value: PUBLIC_CANCEL,
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/ |
H A D | editabletitlebar.ets | 53 const PUBLIC_CANCEL = $r('sys.symbol.xmark'); 262 value: PUBLIC_CANCEL, 428 } else if (this.item.value === PUBLIC_CANCEL) { 555 } else if (this.item.value === PUBLIC_CANCEL) {
|