Lines Matching refs:unit
337 * the component is not blurred. The unit is vp. The default value is <b>0.0</b>. \n
341 * the image is not blurred. The unit is vp. \n
658 * .value[0].f32: width of the image. The value range is [0, +∞), and the unit is vp. \n
659 * .value[1].f32: height of the image. The value range is [0, +∞), and the unit is vp. \n
1563 * .value[0].f32: Width value, unit is vp;\n
1564 * .value[1].f32: Height value, unit is vp;\n
1567 * .value[0].f32: Width value, unit is vp;\n
1568 * .value[1].f32: Height value, unit is vp;\n
2293 * The default value is <b>0</b>, and the unit is fp. \n
2446 * .value[0].f32: width of the left edge. The unit is vp. \n
2447 * .value[1].f32: width of the top edge. The unit is vp. \n
2448 * .value[2].f32: width of the right edge. The unit is vp. \n
2449 * .value[3].f32: width of the bottom edge. The unit is vp. \n
2452 * .value[0].f32: width of the left edge. The unit is vp. \n
2453 * .value[1].f32: width of the top edge. The unit is vp. \n
2454 * .value[2].f32: width of the right edge. The unit is vp. \n
2455 * .value[3].f32: width of the bottom edge. The unit is vp. \n
2600 * .value[0].i32: maximum number of characters in the text input, without a unit. \n
4194 * .value[0].i32: the playback duration, the unit is ms and the default value is 1000.\n
4197 * .value[0].i32: the playback duration, the unit is ms.\n
4634 *.value[2].f32: the distance between the divider and the beginning of the side of the list, unit vp; \n
4635 *.value[3].f32: the distance between the divider and the end of the side of the list (unit: vp). \n
4640 *.value[2].f32: the distance between the divider and the beginning of the side of the list, unit vp; \n
4641 *.value[3].f32: the distance between the divider and the end of the side of the list (unit: vp). \n
4854 * .value[0].f32: the front margin. The unit is vp. The default value is <b>0.0</b>\n
4858 * .value[0].f32: the front margin, the unit is vp. \n
4869 * .value[0].f32: the back margin. The unit is vp. The default value is <b>0.0</b>\n
4873 * .value[0].f32: the back margin, the unit is vp. \n
7385 * @brief Sets the unit for a component.
7387 * @param node Indicates the component for which you want to set the unit.
7388 * @param unit Indicates the unit, which is an enumerated value of {@link ArkUI_LengthMetricUnit}.
7394 int32_t (*setLengthMetricUnit)(ArkUI_NodeHandle node, ArkUI_LengthMetricUnit unit);