Home
last modified time | relevance | path

Searched refs:rowIndex (Results 1 - 4 of 4) sorted by relevance

/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/
H A DShowTypeDialog.java155 public Object getValueAt(int rowIndex, int columnIndex) { in getValueAt() argument
156 return this.dataList.get(rowIndex)[columnIndex]; in getValueAt()
160 public void setValueAt(Object aValue, int rowIndex, int columnIndex) { in setValueAt() argument
161 this.dataList.get(rowIndex)[columnIndex] = aValue; in setValueAt()
H A DShowChangeLogsDialog.java298 public Object getValueAt(int rowIndex, int columnIndex) { in getValueAt() argument
299 return this.dataList.get(rowIndex)[columnIndex]; in getValueAt()
303 public void setValueAt(Object aValue, int rowIndex, int columnIndex) { in setValueAt() argument
304 this.dataList.get(rowIndex)[columnIndex] = aValue; in setValueAt()
H A DUpdateReportPanel.java429 public Object getValueAt(int rowIndex, int columnIndex) { in getValueAt() argument
430 return this.dataList.get(rowIndex)[columnIndex]; in getValueAt()
434 public void setValueAt(Object aValue, int rowIndex, int columnIndex) { in setValueAt() argument
435 this.dataList.get(rowIndex)[columnIndex] = aValue; in setValueAt()
/interface/sdk_c/arkui/ace_engine/native/
H A Dnative_interface_accessibility.h213 int32_t rowIndex; member

Completed in 3 milliseconds