Searched refs:selectedIndices (Results 1 – 3 of 3) sorted by relevance
88 @Nullable int[] selectedIndices, in FormEditRecord() argument94 this.mSelectedIndices = Objects.requireNonNullElseGet(selectedIndices, () -> new int[0]); in FormEditRecord()297 public Builder setSelectedIndices(@Nullable int[] selectedIndices) { in setSelectedIndices() argument301 this.mSelectedIndices = selectedIndices; in setSelectedIndices()
255 int pageNum, int annotIndex, int[] selectedIndices); in setFormFieldSelectedIndices() argument
512 int[] selectedIndices = editRecord.getSelectedIndices(); in applyEditTypeSetIndices() local514 editRecord.getWidgetIndex(), selectedIndices); in applyEditTypeSetIndices()