OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_DAY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java
49
static final int
TYPE_DAY
= 0;
53
* mType is either a day header (
TYPE_DAY
) or an event (TYPE_MEETING)
58
* If mType is
TYPE_DAY
, then mData is the index into day infos.
340
mRowInfos.add(new RowInfo(RowInfo.
TYPE_DAY
, dayIndex));
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java
42
private static final int
TYPE_DAY
= 0;
106
if (row != null && row.mType ==
TYPE_DAY
)
139
if (row.mType ==
TYPE_DAY
) {
152
if (row.mType ==
TYPE_DAY
) {
169
mRowInfo.get(position).mType :
TYPE_DAY
;
173
return (getItemViewType(position) ==
TYPE_DAY
);
184
if (row.mType ==
TYPE_DAY
) {
330
rowInfo.add(new RowInfo(
TYPE_DAY
, startDay));
351
rowInfo.add(new RowInfo(
TYPE_DAY
, currentDay));
370
rowInfo.add(new RowInfo(
TYPE_DAY
, startDay))
[
all
...]
Completed in 38 milliseconds