Home
last modified time | relevance | path

Searched refs:topIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_toggle_modifier.cpp182 uint32_t topIndex = INDEX_DIMENSION_TOP_0; in SetTogglePadding() local
184 if (SetToggleDimension(values, topIndex, length, topOptional)) { in SetTogglePadding()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp758 int16_t topIndex = topIndex_; in RefreshList() local
778 if (topIndex > recycle_.GetAdapterItemCount() - 1) { in RefreshList()
782 startIndex_ = topIndex; in RefreshList()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp1477 int32_t topIndex = 1; in DumpCameraSensorInfo() local
1485 to_string(item.data.i32[topIndex]) + " " + in DumpCameraSensorInfo()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp961 int topIndex = NUM_0; in SetPadding() local
966 struct ArkUISizeType top = { item->value[topIndex].f32, unit }; in SetPadding()
3441 int topIndex = NUM_0; in SetPaddingPercent() local
3445 struct ArkUISizeType top = { item->value[topIndex].f32, UNIT_PERCENT }; in SetPaddingPercent()
3477 int topIndex = NUM_0; in SetMarginPercent() local
3481 struct ArkUISizeType top = { item->value[topIndex].f32, UNIT_PERCENT }; in SetMarginPercent()