Searched refs:extraLong (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | CalendarController.kt | 149 @JvmField var extraLong: Long = 0 variable in com.android.calendar.EventInfo 156 return if (extraLong and ALL_DAY_MASK != 0L) true else false 164 val response = (extraLong and ATTENTEE_STATUS_MASK).toInt() 262 extraLong: Long, in sendEventRelatedEventWithExtra() 267 startMillis, endMillis, x, y, extraLong, selectedMillis, null, -1 in sendEventRelatedEventWithExtra() 295 extraLong: Long, in sendEventRelatedEventWithExtraWithTitleWithCalendarId() 318 info.extraLong = extraLong in sendEventRelatedEventWithExtraWithTitleWithCalendarId() 358 extraLong: Long, in sendEvent() 363 sender, eventType, start, end, start, eventId, viewType, extraLong, query, in sendEvent() 376 extraLong: Long, in sendEvent() [all …]
|
D | DayFragment.kt | 217 goTo(msg.selectedTime, msg.extraLong and CalendarController.EXTRA_GOTO_DATE != 0L, in handleEvent() 218 msg.extraLong and CalendarController.EXTRA_GOTO_TODAY != 0L) in handleEvent()
|
D | AllInOneActivity.kt | 822 event.extraLong.toInt() in setTitleInActionBar() 909 if (event.extraLong and CalendarController.EXTRA_GOTO_BACK_TO_PREVIOUS != 0L) { in handleEvent()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | MonthByWeekFragment.kt | 397 val animateToday = event.extraLong and in handleEvent()
|