Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 2241) sorted by relevance

12345678910>>...90

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Ddng_exif_metadata_accessor_test.cpp60 std::string value; variable
117 std::string value; variable
174 std::string value; variable
230 std::string value; variable
287 std::string value; variable
344 std::string value; variable
399 std::string value; variable
456 std::string value; variable
538 std::string value; variable
560 std::string value; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts39 value?: T;
40 constructor(value: T);
152 useSizeType(value: {
341 sourceSize(value: {
937 value(value: ResourceStr): this;
959 size(value: {
1176 size(value: {
1199 value(value: number): this;
1760 divider(value: {
1810 divider(value: {
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkTextInput.ts324 this.value.weight, this.value.family, this.value.style);
683 this.value.icon?.size, this.value.icon?.color, this.value.icon?.src);
726 return !isBaseOrResourceEqual(this.stageValue.value, this.value.value) ||
760 return !isBaseOrResourceEqual(this.stageValue.value, this.value.value) ||
926 …this.value.arkWidth.left, this.value.arkWidth.right, this.value.arkWidth.top, this.value.arkWidth.…
947 …getUINativeModule().textInput.setBorderWidth(node, this.value, this.value, this.value, this.value);
982 …getUINativeModule().textInput.setBorderColor(node, this.value, this.value, this.value, this.value);
1054 …etUINativeModule().textInput.setBorderRadius(node, this.value, this.value, this.value, this.value);
1121 this.value.right, this.value.bottom, this.value.left);
1306 arkValue.value = value;
[all …]
H A DArkComponent.ts702 return !((this.stageValue.value === this.value.value) &&
854 return !((this.stageValue.value === this.value.value) &&
897 this.value.center, this.value.radius, this.value.colors, this.value.repeating);
927 this.value.start, this.value.end, this.value.rotation,
951 this.value.value, this.value.align,
1679 this.value.top, this.value.right, this.value.bottom, this.value.left);
2450 this.value.middle, this.value.right, this.value.top, this.value.center, this.value.bottom);
2701 …this.value.quadCoeff, this.value.saturation, this.value.posRGB, this.value.negRGB, this.value.frac…
2723 …this.value.quadCoeff, this.value.saturation, this.value.posRGB, this.value.negRGB, this.value.frac…
3955 blur.value = value;
[all …]
H A DArkTextArea.ts21 if (isNumber(value.width) || isString(value.width) || isResource(value.width)) {
39 if (isNumber(value.color) || isString(value.color) || isResource(value.color)) {
57 if (isNumber(value.radius) || isString(value.radius) || isResource(value.radius)) {
478 this.value.weight, this.value.family, this.value.style);
523 return !isBaseOrResourceEqual(this.stageValue.value, this.value.value) ||
868 … getUINativeModule().textArea.setBorderWidth(node, this.value, this.value, this.value, this.value);
903 … getUINativeModule().textArea.setBorderColor(node, this.value, this.value, this.value, this.value);
975 …getUINativeModule().textArea.setBorderRadius(node, this.value, this.value, this.value, this.value);
1027 this.value.right, this.value.bottom, this.value.left);
1218 arkValue.value = value;
[all …]
H A DArkSwiper.ts47 arkDisplayArrow.value = value;
83 arkDisplayCount.value = value;
210 … getUINativeModule().swiper.setSwiperDisplayCount(node, this.value.value, typeof this.value.value);
221 typeof this.stageValue.value !== typeof this.value.value
226 typeof this.value.value === 'object'
230 return !isBaseOrResourceEqual(this.stageValue.value, this.value.value);
241 …if (!isNull(this.value.value) && !isUndefined(this.value.value) && typeof this.value === 'object')…
250 if (this.value.value) {
287 typeof this.stageValue.value !== typeof this.value.value
294 this.stageValue.value !== this.value.value
[all …]
H A DArkCalendarPicker.ts79 this.value.right, this.value.bottom, this.value.left);
101 …this.value.arkWidth.left, this.value.arkWidth.right, this.value.arkWidth.top, this.value.arkWidth.…
102 …this.value.arkColor.leftColor, this.value.arkColor.rightColor, this.value.arkColor.topColor, this.
103 …this.value.arkRadius.topLeft, this.value.arkRadius.topRight, this.value.arkRadius.bottomLeft, this…
104 …this.value.arkStyle.top, this.value.arkStyle.right, this.value.arkStyle.bottom, this.value.arkStyl…
140 if (isNumber(this.value) || isString(this.value) || isResource(this.value)) {
141 …calendarPicker.setCalendarPickerBorderRadius(node, this.value, this.value, this.value, this.value);
197 ….calendarPicker.setCalendarPickerBorderColor(node, this.value, this.value, this.value, this.value);
261 if (value !== null && value !== undefined) {
288 if (isNumber(value.width) || isString(value.width) || isResource(value.width)) {
[all …]
H A DArkText.ts19 super(value);
36 super(value);
54 super(value);
72 super(value);
239 } else if (!isNumber(this.value) && !isString(this.value) && !isResource(this.value)) {
259 } else if (!isNumber(this.value) && !isString(this.value) && !isResource(this.value)) {
319 } else if (!isNumber(this.value) && !isString(this.value) && !isResource(this.value)) {
417 getUINativeModule().text.setLineSpacing(node, this.value.value, this.value.unit);
487 } else if (!isNumber(this.value) && !isString(this.value) && !isResource(this.value)) {
578 …getUINativeModule().text.setFont(node, this.value.size, this.value.weight, this.value.family, this…
[all …]
H A DArkSearch.ts81 this.value.color, this.value.src);
101 this.value.weight, this.value.family, this.value.style);
122 this.value.fontSize, this.value.fontColor);
126 return this.stageValue.value !== this.value.value ||
175 …INativeModule().search.setTextFont(node, this.value.size, this.value.weight, this.value.family, th…
213 this.value.icon?.size, this.value.icon?.color, this.value.icon?.src);
614 return !isBaseOrResourceEqual(this.stageValue.value, this.value.value) ||
630 this.value.placeholder, this.value.icon, this.value.controller);
824 arkValue.value = value;
833 searchButton.value = value;
[all …]
H A DArkXComponent.ts46 if (value[0]) {
498 super(value);
506 … this.value?.type, this.value?.imageAIOptions, this.value?.libraryname, this.value?.controller);
513 super(value);
531 super(value);
549 super(value);
568 super(value);
590 super(value);
612 super(value);
792 this.value.top, this.value.right, this.value.bottom, this.value.left);
[all …]
H A DArkButton.ts49 if (value.length >= 1 && (isResource(value[0]) || isString(value[0]))) {
55 if (!isNull(value[0]) && isObject(value[0])) {
57 } else if (isResource(value[0]) || isString(value[0])) {
165 super(value);
333 if (isNumber(this.value) || isString(this.value) || isResource(this.value)) {
334 …INativeModule().button.setButtonBorderRadius(node, this.value, this.value, this.value, this.value);
373 … if (isNumber(this.value.width) || isString(this.value.width) || isResource(this.value.width)) {
390 … if (isNumber(this.value.color) || isString(this.value.color) || isResource(this.value.color)) {
407 … if (isNumber(this.value.radius) || isString(this.value.radius) || isResource(this.value.radius)) {
424 … if (isNumber(this.value.style) || isString(this.value.style) || isResource(this.value.style)) {
[all …]
H A DArkGridCol.ts19 super(value);
26 if (isNumber(this.value)) {
28 this.value, this.value, this.value, this.value, this.value);
31 this.value.sm, this.value.md, this.value.lg, this.value.xl, this.value.xxl);
52 super(value);
59 if (isNumber(this.value)) {
61 this.value, this.value, this.value, this.value, this.value);
64 this.value.sm, this.value.md, this.value.lg, this.value.xl, this.value.xxl);
85 super(value);
94 this.value, this.value, this.value, this.value, this.value);
[all …]
H A DArkImage.ts19 super(value);
120 super(value);
137 super(value);
165 super(value);
182 super(value);
307 if (isNumber(this.value) || isString(this.value) || isResource(this.value)) {
308 … getUINativeModule().image.setBorderRadius(node, this.value, this.value, this.value, this.value);
354 … if (isNumber(this.value.width) || isString(this.value.width) || isResource(this.value.width)) {
371 … if (isNumber(this.value.color) || isString(this.value.color) || isResource(this.value.color)) {
388 … if (isNumber(this.value.radius) || isString(this.value.radius) || isResource(this.value.radius)) {
[all …]
H A DArkBadge.ts25 if (value.length === 1 && isObject(value[0])) {
29 } else if (value[0]?.value !== undefined) {
46 super(value);
60 …isObject(this.value?.position) && !isNull(this.value?.position), this.value?.count, this.value?.ma…
68 this.value.style?.color, this.value.style?.fontSize, this.value.style?.fontWeight,
69 …isObject(this.value?.position) && !isNull(this.value?.position), this.value?.count, this.value?.ma…
115 super(value);
129 isObject(this.value?.position) && !isNull(this.value?.position), this.value?.value);
137 this.value.style?.color, this.value.style?.fontSize, this.value.style?.fontWeight,
138 isObject(this.value?.position) && !isNull(this.value?.position), this.value?.value);
[all …]
H A DArkSelect.ts54 value(value: ResourceStr): this {
159 super(value);
177 super(value);
195 super(value);
202 …getUINativeModule().select.setFont(node, this.value.size, this.value.weight, this.value.family, th…
217 super(value);
224 …ativeModule().select.setOptionFont(node, this.value.size, this.value.weight, this.value.family, th…
246 …ule().select.setSelectedOptionFont(node, this.value.size, this.value.weight, this.value.family, th…
268 … getUINativeModule().select.setMenuAlign(node, this.value.alignType, this.value.dx, this.value.dy);
282 (!isUndefined(value) && isResource(value))) {
[all …]
H A DArkWaterFlow.ts27 this.value.maxWidth, this.value.minHeight, this.value.maxHeight);
40 super(value);
54 super(value);
68 super(value);
82 super(value);
128 super(value);
182 return !((this.stageValue.value === this.value.value) &&
200 return !((this.stageValue.value === this.value.value) &&
286 this.value?.scroller, this.value?.sections, this.value?.layoutMode);
377 effect.value = value;
[all …]
H A DArkAlphabetIndexer.ts148 …).alphabetIndexer.setPopupItemFont(node, this.value.size, this.value.weight, this.value.family, th…
167 …().alphabetIndexer.setSelectedFont(node, this.value.size, this.value.weight, this.value.family, th…
186 …ule().alphabetIndexer.setPopupFont(node, this.value.size, this.value.weight, this.value.family, th…
205 …veModule().alphabetIndexer.setFont(node, this.value.size, this.value.weight, this.value.family, th…
220 super(value);
238 super(value);
256 super(value);
274 super(value);
292 super(value);
310 super(value);
[all …]
H A DArkGridRow.ts27 super(value);
43 super(value);
56 super(value);
63 getUINativeModule().gridRow.setBreakpoints(node, this.value.value, this.value.reference);
69 super(value);
78 this.value, this.value, this.value, this.value, this.value);
81 this.value.sm, this.value.md, this.value.lg, this.value.xl, this.value.xxl);
88 super(value);
117 this.value, this.value, this.value, this.value, this.value,
118 this.value, this.value, this.value, this.value, this.value, this.value);
[all …]
H A DArkList.ts66 super(value);
80 super(value);
94 super(value);
101 …iveModule().list.setDivider(node, this.value?.strokeWidth!, this.value?.color, this.value?.startMa…
120 this.value?.maxSpace!, this.value?.conductivity, this.value?.intensity,
121 this.value?.edgeEffect, this.value?.stiffness, this.value?.damping);
187 return !((this.stageValue.value === this.value.value) &&
319 this.value.minLength, this.value.maxLength, this.value.gutter);
569 return !((this.stageValue.value === this.value.value) &&
704 effect.value = value;
[all …]
H A DArkMenu.ts43 this.value.size,
44 this.value.weight,
45 this.value.family,
65 if (isNumber(this.value) || isString(this.value) || isResource(this.value)) {
66 … getUINativeModule().menu.setRadius(node, this.value, this.value, this.value, this.value, false);
94 super(value);
112 super(value);
119 …ule().menu.setMenuItemDivider(node, this.value.strokeWidth, this.value.color, this.value.startMarg…
139 super(value);
146 ….menu.setMenuItemGroupDivider(node, this.value.strokeWidth, this.value.color, this.value.startMarg…
[all …]
H A DArkScroll.ts87 this.value.snapPagination, this.value.enableSnapToStart, this.value.enableSnapToEnd);
116 super(value);
134 super(value);
141 …getUINativeModule().scroll.setEdgeEffect(node, this.value.value, this.value.options?.alwaysEnabled…
146 return !((this.stageValue.value === this.value.value) &&
153 super(value);
160 …getUINativeModule().scroll.setFadingEdge(node, this.value.value!, this.value.options?.fadingEdgeLe…
164 return !((this.stageValue.value === this.value.value) &&
171 super(value);
457 effect.value = value;
[all …]
H A DArkSlider.ts136 super(value);
157 super(value);
178 super(value);
196 super(value);
218 super(value);
236 super(value);
254 super(value);
272 super(value);
290 super(value);
308 super(value);
[all …]
H A DArkSpan.ts87 super(value);
118 super(value);
183 super(value);
200 …getUINativeModule().span.setFont(node, this.value.size, this.value.weight, this.value.family, this…
224 super(value);
231 … getUINativeModule().span.setDecoration(node, this.value.type, this.value.color, this.value.style);
261 super(value);
276 super(value);
290 super(value);
304 super(value);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js5745 this.value, this.value, this.value);
5768 this.value, this.value, this.value, this.value, this.value,
5769 this.value, this.value, this.value, this.value, this.value, this.value);
5774 this.value.x, this.value.x, this.value.x, this.value.x, this.value.x, this.value.x,
5775 this.value.y, this.value.y, this.value.y, this.value.y, this.value.y, this.value.y);
5778 this.value.x, this.value.x, this.value.x, this.value.x, this.value.x, this.value.x,
5785 this.value.y, this.value.y, this.value.y, this.value.y, this.value.y, this.value.y);
11483 …getUINativeModule().text.setFont(node, this.value.value.size, this.value.value.weight, this.value.
18069 value(value) { argument
23148 value(value) { argument
[all …]
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_ohos_deviceinfo.cpp31 value = ""; in JSGetDeviceType()
42 value = ""; in JSGetManufacture()
53 value = ""; in JSGetBrand()
64 value = ""; in JSGetMarketName()
75 value = ""; in JSGetProductSeries()
86 value = ""; in JSGetProductModel()
97 value = ""; in JSGetSoftwareModel()
108 value = ""; in JSGetHardwareModel()
119 value = ""; in JSGetHardwareProfile()
130 value = ""; in JSGetSerial()
[all …]

12345678910>>...90