Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/progressbutton/interfaces/
H A Dprogressbutton.js57 setInitiallyProvidedValue(j1) { argument
58 if (j1.textProgress !== undefined) {
59 this.textProgress = j1.textProgress;
61 if (j1.content === undefined) {
64 if (j1.isLoading !== undefined) {
65 this.isLoading = j1.isLoading;
70 if (j1.clickCallback !== undefined) {
73 if (j1.enable === undefined) {
76 if (j1.progressColor !== undefined) {
85 if (j1.textHeight !== undefined) {
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/
H A Datomicservicetabs.js76 purgeVariableDependenciesOnElmtId(j1) { argument
77 this.__tabBarOptionsArray.purgeDependencyOnElmtId(j1);
78 this.__tabBarPosition.purgeDependencyOnElmtId(j1);
79 this.__barBackgroundColor.purgeDependencyOnElmtId(j1);
80 this.__index.purgeDependencyOnElmtId(j1);
81 this.__barOverlap.purgeDependencyOnElmtId(j1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js118 j1: { class in b1.label
1137 localizedLabelMargin.end = this.theme.label.j1.end;
1336 let j1 = 0; variable
1338 j1 += this.getChipNodePadding().start?.value ?? 0;
1339 j1 += this.toVp(this.getPrefixChipWidth());
1340 j1 += this.toVp(k1.start?.value ?? 0);
1341 j1 += this.getLabelWidth();
1342 j1 += this.toVp(k1.end?.value ?? 0);
1343 j1 += this.toVp(this.getSuffixChipWidth());
1344 j1 += this.getChipNodePadding().end?.value ?? 0;
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js420 let j1 = await inputMethod.getSetting().listInputMethodSubtype(this.inputMethods[i1]); variable
421 console.info(`${TAG} defaultSubTypes: ${JSON.stringify(j1)}`);
422 for (let k1 = 0; k1 < j1.length; k1++) {
424 if (h1[l1].id === j1[k1].id) {
425 this.subTypes.push(j1[k1]);
/ohos5.0/foundation/window/window_manager/resources/abc/pip/interface/
H A DPiPContent.js157 this.observeComponentCreation2((i1, j1) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/
H A Ddownloadfilebutton.js173 downloadImage(j1 = null) {
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/
H A Duser_auth_icon.js47 this.onAuthResult = (j1) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js565 const j1 = withDefaultValue(
569 if (j1 === ExtraRegionPosition.BOTTOM) {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js154 (l ? l : this).observeComponentCreation2((j1, k1, l1 = m) => {
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp1386 nlohmann::json j1; variable
1387 j1["type"] = "testttt";
1388 DeviceProfileStorageManager::GetInstance().servicesJson_["testttt"] = j1;
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-build-rule.md455 warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js1076 set windowStandardHeight(j1) {
1077 this.__windowStandardHeight.set(j1);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js133 let j1 = t.readString();
135 let l1 = await this.cloudService.connectAssetLoader(j1, k1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/
H A Dsplitlayout.js293 this.observeComponentCreation2((i1, j1) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1204 constructor(j1) { argument
1205 this.data = j1;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js1105 constructor(i1, j1, k1, l1 = -1, m1 = undefined, n1) { argument
1128 this.setInitiallyProvidedValue(j1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js963 let j1 = class HoverColorProperty { class
968 j1 = j([
970 ], j1);
1787 }, (i2, index) => new j1()), this, "hoverColorArray");
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js1150 constructor(i1, j1, k1, l1 = -1, m1 = undefined, n1) { argument
1173 this.setInitiallyProvidedValue(j1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js1228 set mainWindow(j1) {
1229 this.__mainWindow.set(j1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js1426 let j1 = this.multiOperates.findIndex((k1) => { return k1 === i1; });
1427 if (j1 === -1) {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js1340 constructor(i1, j1, k1, l1 = -1, m1 = undefined, n1) { argument
1363 this.setInitiallyProvidedValue(j1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2087 let j1 = i1.code;
2089 … hilog.error(0x3900, 'Ace', `SubHeader getStringByResource error, code: ${j1}, message: ${k1}`);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1962 insertItem(j1, k1) {
1975 this.selected.splice(j1, 1);
/ohos5.0/foundation/multimedia/image_framework/test/resource/image/images/
H A Dtest.raf Error!