Searched refs:PUBLIC_OK (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 35 const PUBLIC_OK = { 'id': -1, 'type': 40000, params: ['sys.symbol.checkmark'], 'bundleName': '__har… class 641 value: PUBLIC_OK, 653 value: PUBLIC_OK, 844 if (this.item.value === PUBLIC_OK) { 911 if (this.item.value === PUBLIC_OK) {
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/editabletitlebar/ |
H A D | editabletitlebar.js | 23 const PUBLIC_OK = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAYAAABS3GwHAAAAIGNIUk0AAH… constant 275 value: PUBLIC_OK,
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/EditableTitleBar/ |
H A D | EditableTitleBar.ets | 51 const PUBLIC_OK = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAYAAABS3' + 177 value: PUBLIC_OK,
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/ |
H A D | editabletitlebar.ets | 55 const PUBLIC_OK = $r('sys.symbol.checkmark'); 375 value: PUBLIC_OK, 426 if (this.item.value === PUBLIC_OK) { 553 if (this.item.value === PUBLIC_OK) {
|