Searched refs:updateSelection (Results 1 – 4 of 4) sorted by relevance
145 updateSelection(mColumnOrder.hours, mIs24hFormat ? hour : (hour - 1)); in setTime()146 updateSelection(mColumnOrder.minutes, minute); in setTime()148 updateSelection(mColumnOrder.amPm, isPm ? 1 : 0); in setTime()
207 updateSelection(mColYearIndex, year - mStartYear); in setDate()208 updateSelection(mColMonthIndex, month); in setDate()209 updateSelection(mColDayIndex, day - 1); in setDate()
198 protected void updateSelection(int columnIndex, int selectedIndex) { in updateSelection() method in Picker
251 private void updateSelection() { in updateSelection() method in SelectedConversationsActionMenu318 updateSelection(); in markConversationsRead()336 updateSelection(); in markConversationsImportant()351 updateSelection(); in starConversations()