OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPDATE_TITLE
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
CalendarController.java
132
final long
UPDATE_TITLE
= 1L << 10;
188
* For EventType.
UPDATE_TITLE
:
462
if (event.eventType == EventType.
UPDATE_TITLE
) {
659
* {@link EventType#
UPDATE_TITLE
}
[
all
...]
AllInOneActivity.java
551
mController.sendEvent(this, EventType.
UPDATE_TITLE
, t, t, -1, ViewType.CURRENT,
[
all
...]
DayView.java
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java
75
// Tracks the time of the top visible view in order to send
UPDATE_TITLE
messages to the action
467
mController.sendEvent(this, EventType.
UPDATE_TITLE
, t, t, null, -1,
AgendaWindowAdapter.java
704
CalendarController.getInstance(mContext).sendEvent(this, EventType.
UPDATE_TITLE
,
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java
455
controller.sendEvent(this, EventType.
UPDATE_TITLE
, time, time, time, -1,
Completed in 34 milliseconds