OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_MEETING
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java
43
private static final int
TYPE_MEETING
= 1;
119
if (mRowInfo.get(i).mType !=
TYPE_MEETING
) {
255
} else if (row.mType ==
TYPE_MEETING
) {
359
rowInfo.add(new RowInfo(
TYPE_MEETING
, currentDay, info.mPosition,
388
rowInfo.add(new RowInfo(
TYPE_MEETING
, startDay, position, id, startTime,
392
rowInfo.add(new RowInfo(
TYPE_MEETING
, startDay, position, id, startTime, endTime,
423
rowInfo.add(new RowInfo(
TYPE_MEETING
, currentDay, info.mPosition,
435
// mType is either a day header (TYPE_DAY) or an event (
TYPE_MEETING
)
656
if (row.mType ==
TYPE_MEETING
) {
680
return row.mType ==
TYPE_MEETING
;
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java
50
static final int
TYPE_MEETING
= 1;
53
* mType is either a day header (TYPE_DAY) or an event (
TYPE_MEETING
)
59
* Otherwise mType is
TYPE_MEETING
and mData is the index into event
321
RowInfo rowInfo = new RowInfo(RowInfo.
TYPE_MEETING
, i);
Completed in 43 milliseconds