OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AGENDA
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java
77
import com.android.calendar.
agenda
.AgendaFragment;
505
case ViewType.
AGENDA
:
522
// Clear buttons used in the
agenda
view
623
} else if (mCurrentView == ViewType.
AGENDA
) {
712
if (viewType == ViewType.
AGENDA
&& icicle != null) {
750
// or the view type is "Month" or "
Agenda
".
760
mController.getViewType() == ViewType.
AGENDA
)) {
[
all
...]
CalendarViewAdapter.java
52
//
Agenda
view: show day of the week + full date underneath
201
case ViewType.
AGENDA
:
232
case ViewType.
AGENDA
:
SearchActivity.java
47
import com.android.calendar.
agenda
.AgendaFragment;
220
searchEventInfo.viewType = ViewType.
AGENDA
;
CalendarController.java
139
* One of the
Agenda
/Day/Week/Month view types
144
final int
AGENDA
= 1;
427
if (event.viewType == ViewType.
AGENDA
|| event.viewType == ViewType.DAY
[
all
...]
Utils.java
145
// This is the "detail" view which is either
agenda
or day view
296
* Save default
agenda
/day/week/month view for next time
309
validDetailView = viewId == CalendarController.ViewType.
AGENDA
[
all
...]
DayView.java
[
all
...]
Completed in 37 milliseconds