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
126
final long
UPDATE_TITLE
= 1L << 10;
190
* For EventType.
UPDATE_TITLE
:
494
if (event.eventType == EventType.
UPDATE_TITLE
) {
692
* {@link EventType#
UPDATE_TITLE
}
[
all
...]
AllInOneActivity.java
527
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
77
// Tracks the time of the top visible view in order to send
UPDATE_TITLE
messages to the action
475
mController.sendEvent(this, EventType.
UPDATE_TITLE
, t, t, null, -1,
AgendaWindowAdapter.java
731
CalendarController.getInstance(mContext).sendEvent(this, EventType.
UPDATE_TITLE
,
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java
479
controller.sendEvent(this, EventType.
UPDATE_TITLE
, time, time, time, -1,
Completed in 376 milliseconds