Home
last modified time | relevance | path

Searched defs:rowIndex (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.cpp41 void GridLayoutItemComponent::SetRowIndex(int32_t rowIndex) in SetRowIndex() argument
H A Drender_grid_layout_item.cpp80 void RenderGridLayoutItem::SetRowIndex(int32_t rowIndex) in SetRowIndex() argument
H A Drender_grid_layout.h90 GridItemIndexPosition(int32_t rowIndex, int32_t colIndex) : rowIndex_(rowIndex), colIndex_(colIndex) {} in GridItemIndexPosition() argument
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_block_writer_impl.cpp130 bool DataShareBlockWriterImpl::GetCurrentRowIndex(uint32_t &rowIndex) in GetCurrentRowIndex() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.cpp170 int32_t rowIndex = 0; in CalculateChildOffset() local
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp147 auto rowIndex = ++index; in BuildAccessibilityElementInfoPart() local
H A Dnative_interface_accessibility_test.cpp203 auto rowIndex = ++index; in BuildNativeAccessibilityElementInfoPart() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_stub.cpp103 int rowIndex = 0; in OnGetRowIndex() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp266 int32_t rowIndex = 0; in Measure() local
376 PrintConflictingPositionLog( int32_t itemIndex, GridItemRect rect, int32_t rowIndex, int32_t colIndex, int32_t rowSpan, int32_t colSpan) PrintConflictingPositionLog() argument
[all...]
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.h213 int32_t rowIndex; member
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp101 int32_t rowIndex = 0; in GenerateGridItemInfo() local
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp684 GridItemInfo::GridItemInfo(int32_t rowIndex, int32_t rowSpan, int32_t columnIndex, int32_t columnSpan, in GridItemInfo() argument
705 void GridItemInfo::SetGridItemInfo(int32_t rowIndex, int32_t rowSpan, int32_t columnIndex, in SetGridItemInfo() argument
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp298 napi_value rowIndex = nullptr; in ConvertGridItemToJS() local

Completed in 15 milliseconds