OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extraLong
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
CalendarController.java
193
public long
extraLong
;
200
return ((
extraLong
& ALL_DAY_MASK) != 0) ? true : false;
209
int response = (int)(
extraLong
& ATTENTEE_STATUS_MASK);
252
* Pass to the
ExtraLong
parameter for EventType.CREATE_EVENT to create
258
* Pass to the
ExtraLong
parameter for EventType.GO_TO to signal the time
339
* @param
extraLong
default response value for the "simple event view" and all day indication.
344
long startMillis, long endMillis, int x, int y, long
extraLong
, long selectedMillis) {
346
startMillis, endMillis, x, y,
extraLong
, selectedMillis, null, -1);
359
* @param
extraLong
default response value for the "simple event view" and all day indication.
366
long eventId, long startMillis, long endMillis, int x, int y, long
extraLong
,
[
all
...]
DayView.java
[
all
...]
Completed in 143 milliseconds