Home
last modified time | relevance | path

Searched refs:rowIndex (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/
H A Dfilter.js197 this.rowIndex = 0;
216 this.rowIndex = params.rowIndex;
571 this.rowIndex = 0;
606 this.rowIndex = params.rowIndex;
1645 textColor(rowIndex, colIndex) {
1699 this.colorArr[rowIndex][this.selectedFilters[rowIndex].index] = {
1709 … this.fontWeightArr[rowIndex][this.selectedFilters[rowIndex].index] = FontWeight.Regular;
1874 rowIndex: rowIndex,
1888 rowIndex: rowIndex
1949 rowIndex: rowIndex,
[all …]
/ohos5.0/foundation/arkui/advanced_ui_component/source/Filter/
H A DFilter.ets524 textColor(rowIndex: number, colIndex: number) {
525 … if (this.selectedFilters.length > rowIndex && this.selectedFilters[rowIndex].index === colIndex) {
539 …this.colorArr[rowIndex][this.selectedFilters[rowIndex].index] = $r('sys.color.ohos_id_color_text_p…
541 this.fontWeightArr[rowIndex][this.selectedFilters[rowIndex].index] = FontWeight.Regular
544 this.selectedFilters[rowIndex].index = colIndex
622 colorRow: this.colorArr[rowIndex],
623 fontWeightRow: this.fontWeightArr[rowIndex],
628 this.filterItemClick(rowIndex, colIndex);
651 colorRow: this.colorArr[rowIndex],
652 fontWeightRow: this.fontWeightArr[rowIndex],
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/filter/source/
H A Dfilter.ets131 rowIndex: number = 0
275 private rowIndex: number = 0
514 .tabIndex(this.rowIndex)
672 textColor(rowIndex: number, colIndex: number) {
707 …this.colorArr[rowIndex][this.selectedFilters[rowIndex].index] = $r('sys.color.ohos_id_color_text_p…
711 this.fontWeightArr[rowIndex][this.selectedFilters[rowIndex].index] = FontWeight.Regular
715 this.selectedFilters[rowIndex].index = colIndex
817 this.filterItemClick(rowIndex, colIndex);
819 rowIndex: rowIndex,
851 this.filterItemClick(rowIndex, colIndex);
[all …]
/ohos5.0/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
43 if (rowIndex < 0) { in SetRowIndex()
46 rowIndex_ = rowIndex; in SetRowIndex()
H A Drender_grid_layout_item.cpp80 void RenderGridLayoutItem::SetRowIndex(int32_t rowIndex) in SetRowIndex() argument
82 if (rowIndex < 0) { in SetRowIndex()
85 rowIndex_ = rowIndex; in SetRowIndex()
H A Drender_grid_layout.cpp337 for (int32_t i = 0; i < rowIndex; ++i) { in CalcDragChildEndPosition()
341 positionY += rowIndex * rowGap_; in CalcDragChildEndPosition()
377 int32_t rowIndex = 0; in GetTargetLayoutSize() local
697 int32_t rowIndex = -1; in GetItemRowIndex() local
702 return rowIndex; in GetItemRowIndex()
711 return rowIndex; in GetItemRowIndex()
1658 int32_t rowIndex = 0; in PerformLayoutForEditGrid() local
1664 if (rowIndex >= 0 && rowIndex < rowCount_ && colIndex >= 0 && colIndex < colCount_) { in PerformLayoutForEditGrid()
1687 int32_t rowIndex = 0; in PerformLayoutForStaticGrid() local
2200 rowIndex = row; in CalTheFirstEmptyCell()
[all …]
H A Drender_grid_layout.h90 …GridItemIndexPosition(int32_t rowIndex, int32_t colIndex) : rowIndex_(rowIndex), colIndex_(colInde… in GridItemIndexPosition() argument
374 bool CalTheFirstEmptyCell(int32_t& rowIndex, int32_t& columIndex, bool ignoreInsert);
415 Point CalcDragChildEndPosition(int32_t rowIndex, int32_t colIndex);
439 …void RefreshAllocatedRowSizes(int32_t rowIndex, int32_t itemRowSpan, const RefPtr<RenderNode>& ite…
H A Dgrid_layout_item_component.h41 void SetRowIndex(int32_t rowIndex);
H A Drender_grid_layout_item.h39 void SetRowIndex(int32_t rowIndex);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.cpp183 int32_t rowIndex = 0; in CalculateChildOffset() local
187 rowIndex = index / mainCount_; in CalculateChildOffset()
191 rowIndex = index / mainCount_; in CalculateChildOffset()
196 rowIndex = index % mainCount_; in CalculateChildOffset()
200 rowIndex = mainCount_ - index % mainCount_ - 1; in CalculateChildOffset()
206 gridLayoutInfo_.gridMatrix_[rowIndex][columnIndex] = index; in CalculateChildOffset()
209 auto positionY = rowIndex * (gridCellSize_.Height() + rowsGap); in CalculateChildOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp274 int32_t rowIndex = 0; in Measure() local
308 while (!CheckGridPlaced(itemIndex, rowIndex, colIndex, itemRowSpan, itemColSpan)) { in Measure()
309 GetNextGrid(rowIndex, colIndex); in Measure()
310 if (rowIndex >= mainCount_ || colIndex >= crossCount_) { in Measure()
314 if (rowIndex >= mainCount_ || colIndex >= crossCount_) { in Measure()
318 …idealSize, gridLayoutProperty, rowIndex, colIndex, itemRowSpan, itemColSpan, childLayoutProperty)); in Measure()
320 …ComputeItemPosition(layoutWrapper, rowIndex, colIndex, itemRowSpan, itemColSpan, childLayoutWrappe… in Measure()
322 … PrintConflictingPositionLog(itemIndex, rect, rowIndex, colIndex, itemRowSpan, itemColSpan); in Measure()
384 …int32_t itemIndex, GridItemRect rect, int32_t rowIndex, int32_t colIndex, int32_t rowSpan, int32_t… in PrintConflictingPositionLog() argument
390 …itemIndex, rect.rowStart, rect.columnStart, rect.rowSpan, rect.columnSpan, rowIndex, colIndex, row… in PrintConflictingPositionLog()
H A Dgrid_layout_algorithm.h54 …int32_t itemIndex, GridItemRect rect, int32_t rowIndex, int32_t colIndex, int32_t rowSpan, int32_t…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_stub.cpp101 int rowIndex = 0; in OnGetRowIndex() local
102 int status = resultSet_->GetRowIndex(rowIndex); in OnGetRowIndex()
103 if (!ITypesUtil::Marshal(reply, status, rowIndex)) { in OnGetRowIndex()
104 …LOGE("Write status or rowIndex failed, status:%{public}d, rowIndex:%{public}d.", status, rowIndex); in OnGetRowIndex()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_block_writer_impl.cpp130 bool DataShareBlockWriterImpl::GetCurrentRowIndex(uint32_t &rowIndex) in GetCurrentRowIndex() argument
139 rowIndex = rowNum - 1; in GetCurrentRowIndex()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbStoreResultSetJsunit.test.js717 expect(0).assertEqual(resultSet.rowIndex)
735 expect(2).assertEqual(resultSet.rowIndex)
1048 expect(1).assertEqual(resultSet.rowIndex)
1070 expect(-1).assertEqual(resultSet.rowIndex)
1093 expect(2).assertEqual(resultSet.rowIndex)
1115 expect(3).assertEqual(resultSet.rowIndex)
1137 expect(1).assertEqual(resultSet.rowIndex)
1159 expect(-1).assertEqual(resultSet.rowIndex)
1183 expect(1).assertEqual(resultSet.rowIndex)
1205 expect(3).assertEqual(resultSet.rowIndex)
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreResultSetSyncJsunit.test.js722 expect(0).assertEqual(resultSet.rowIndex)
740 expect(2).assertEqual(resultSet.rowIndex)
1053 expect(1).assertEqual(resultSet.rowIndex)
1075 expect(-1).assertEqual(resultSet.rowIndex)
1098 expect(2).assertEqual(resultSet.rowIndex)
1120 expect(3).assertEqual(resultSet.rowIndex)
1142 expect(1).assertEqual(resultSet.rowIndex)
1164 expect(-1).assertEqual(resultSet.rowIndex)
1188 expect(1).assertEqual(resultSet.rowIndex)
1210 expect(3).assertEqual(resultSet.rowIndex)
H A DRdbStoreResultSetJsunit.test.js722 expect(0).assertEqual(resultSet.rowIndex)
740 expect(2).assertEqual(resultSet.rowIndex)
1053 expect(1).assertEqual(resultSet.rowIndex)
1075 expect(-1).assertEqual(resultSet.rowIndex)
1098 expect(2).assertEqual(resultSet.rowIndex)
1120 expect(3).assertEqual(resultSet.rowIndex)
1142 expect(1).assertEqual(resultSet.rowIndex)
1164 expect(-1).assertEqual(resultSet.rowIndex)
1188 expect(1).assertEqual(resultSet.rowIndex)
1210 expect(3).assertEqual(resultSet.rowIndex)
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_block_writer_impl.h85 bool GetCurrentRowIndex(uint32_t &rowIndex);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp694 GridItemInfo::GridItemInfo(int32_t rowIndex, int32_t rowSpan, int32_t columnIndex, int32_t columnSp… in GridItemInfo() argument
697 rowIndex_ = rowIndex; in GridItemInfo()
715 void GridItemInfo::SetGridItemInfo(int32_t rowIndex, int32_t rowSpan, int32_t columnIndex, in SetGridItemInfo() argument
718 rowIndex_ = rowIndex; in SetGridItemInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.cpp38 gridItem.rowIndex = 0; in ArkUI_AccessibilityElementInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Dnative_interface_accessibility_test.cpp203 auto rowIndex = ++index; in BuildNativeAccessibilityElementInfoPart() local
207 …ArkUI_AccessibleGridItemInfo gridItemInfo {heading, columnIndex, rowIndex, columnSpan, rowSpan, se… in BuildNativeAccessibilityElementInfoPart()
290 EXPECT_EQ(beforeInfo.GetGridItemInfo().rowIndex, in CheckTransformElementInfoResultPart()
291 afterInfo.GetGridItemInfo().rowIndex); in CheckTransformElementInfoResultPart()
H A Djs_third_provider_interaction_operation_utils_test.cpp147 auto rowIndex = ++index; in BuildAccessibilityElementInfoPart() local
152 (heading, columnIndex, rowIndex, columnSpan, rowSpan, selected); in BuildAccessibilityElementInfoPart()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h79 girdItem.rowIndex, girdItem.rowSpan, girdItem.columnIndex, in TransformAccessbilityElementInfo()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h222 GridItemInfo(int32_t rowIndex, int32_t rowSpan, int32_t columnIndex, int32_t columnSpan,
244 void SetGridItemInfo(int32_t rowIndex, int32_t rowSpan, int32_t columnIndex, int32_t columnSpan,
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.h217 int32_t rowIndex; member

12