Home
last modified time | relevance | path

Searched refs:q1 (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js987 setInitiallyProvidedValue(q1) { argument
988 if (q1.itemDialog !== undefined) {
989 this.itemDialog = q1.itemDialog;
997 if (q1.controller !== undefined) {
1009 if (q1.cancel !== undefined) {
1010 this.cancel = q1.cancel;
1012 if (q1.confirm !== undefined) {
1013 this.confirm = q1.confirm;
1015 if (q1.fontSize === undefined) {
1018 if (q1.maxLines !== undefined) {
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js172 q1: { class in b1
571 this.b3.set(this.theme.q1.backgroundColor);
1032 return q1;
1272 ? this.theme.q1.d2
1273 : this.theme.q1.c2;
1280 ? this.theme.q1.b2
1281 : this.theme.q1.a2;
1289 this.theme.q1.activatedBackgroundColor;
1312 ? this.theme.q1.v1
1313 : this.theme.q1.u1;
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dquaternion_util.h62 static inline constexpr float Dot(const Quat& q1, const Quat& q2) in BASE_BEGIN_NAMESPACE()
64 return q1.x * q2.x + q1.y * q2.y + q1.z * q2.z + q1.w * q2.w; in BASE_BEGIN_NAMESPACE()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/
H A Ddownloadfilebutton.js141 purgeVariableDependenciesOnElmtId(q1) { argument
142 this.__contentOptions.purgeDependencyOnElmtId(q1);
143 this.__styleOptions.purgeDependencyOnElmtId(q1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/
H A Datomicservicetabs.js22 constructor(m1, n1, o1, p1 = -1, q1 = undefined, r1) { argument
24 if (typeof q1 === "function") {
25 this.paramsGenerator_ = q1;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js355 checkUrl(q1) {
356 if (!q1) {
359 if (q1.startsWith('resource://rawfile')) {
365 q1 = this.cutUrl(q1);
366 let res = atomicServiceWebNapi.checkUrl(w1, t1, q1);
1127 constructor(q1, r1) { argument
1128 this.checkResult = q1;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js461 var q1; variable
464 return ((q1 = this.defaultInputMethod) === null || q1 === void 0 ? void 0 : q1.name) ===
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js47 q1: { class in e1
245 this.fontColor = options.fontColor ?? e1.q1;
918 e1.q1));
1724 this.fontColor = e1.q1;
2270 let q1 = event.fingerList.find(Boolean);
2271 if (q1 === void 0) {
2274 let s1 = q1.localX;
2275 … if (!this.isPanGestureMoved && this.isMovedFromPanGestureStartPoint(q1.globalX, q1.globalY)) {
2636 this.options.fontColor ?? e1.q1;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js160 marshallingAppBriefInfo(u, q1) { argument
161 let r1 = Object.keys(q1);
165 let t1 = q1[s1];
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js630 const q1 = withDefaultValue(
639 if (q1 === ExtraRegionPosition.BOTTOM) {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js113 (l ? l : this).observeComponentCreation2((q1, r1, s1 = m) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js1128 constructor(o1, p1, q1, r1 = -1, s1 = undefined, t1) { argument
1129 super(o1, q1, r1, t1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js1395 this.operates.forEach((q1) => {
1396 q1.onSystemPop?.();
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2072 let q1 = o1.message;
2073 … hilog.error(0x3900, 'Ace', `SubHeader getNumberByResource error, code: ${p1}, message: ${q1}`);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1885 this.observeComponentCreation2((q1, r1) => {
1956 … this.forEachUpdateFunction(q1, this.selected, k17, (v1) => v1.id.toString(), true, false);
/ohos5.0/foundation/multimedia/image_framework/test/resource/image/images/
H A Dtest.raf Error!