Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.java62 public static final int WEEK_BUTTON_INDEX = 1; field in CalendarViewAdapter
222 title.setText(mButtonNames [WEEK_BUTTON_INDEX]); in getView()
263 case WEEK_BUTTON_INDEX: in getDropDownView()
264 viewType.setText(mButtonNames [WEEK_BUTTON_INDEX]); in getDropDownView()
DAllInOneActivity.java795 mActionBar.setSelectedNavigationItem(CalendarViewAdapter.WEEK_BUTTON_INDEX); in setMainPane()
1042 case CalendarViewAdapter.WEEK_BUTTON_INDEX: in onNavigationItemSelected()