Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/
DDatePicker.java450 int dateFieldIndices[] = {mColDayIndex, mColMonthIndex, mColYearIndex}; in updateSpinnersImpl() local
456 if (dateFieldIndices[i] < 0) in updateSpinnersImpl()
460 PickerColumn currPickerColumn = getColumnAt(dateFieldIndices[i]); in updateSpinnersImpl()
484 setColumnAt(dateFieldIndices[i], currPickerColumn); in updateSpinnersImpl()
486 setColumnValue(dateFieldIndices[i], mCurrentDate.get(currField), animation); in updateSpinnersImpl()