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
71
import com.android.calendar.
agenda
.AgendaFragment;
478
case ViewType.
AGENDA
:
495
// Clear buttons used in the
agenda
view
599
} else if (mCurrentView == ViewType.
AGENDA
) {
688
if (viewType == ViewType.
AGENDA
&& icicle != null) {
726
// or the view type is "Month" or "
Agenda
".
736
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;
223
searchEventInfo.viewType = ViewType.
AGENDA
;
CalendarController.java
133
* One of the
Agenda
/Day/Week/Month view types
138
final int
AGENDA
= 1;
459
if (event.viewType == ViewType.
AGENDA
|| event.viewType == ViewType.DAY
[
all
...]
Utils.java
228
// This is the "detail" view which is either
agenda
or day view
440
* Save default
agenda
/day/week/month view for next time
453
validDetailView = viewId == CalendarController.ViewType.
AGENDA
[
all
...]
DayView.java
[
all
...]
Completed in 150 milliseconds