OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLORS_INDEX_COLOR_KEY
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java
67
public static final int
COLORS_INDEX_COLOR_KEY
= 1;
122
int colorKey = cursor.getInt(
COLORS_INDEX_COLOR_KEY
);
EventInfoFragment.java
302
public static final int
COLORS_INDEX_COLOR_KEY
= 2;
539
int colorKey = cursor.getInt(
COLORS_INDEX_COLOR_KEY
);
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java
353
int colorKey = cursor.getInt(EditEventHelper.
COLORS_INDEX_COLOR_KEY
);
[
all
...]
EditEventHelper.java
220
static final int
COLORS_INDEX_COLOR_KEY
= 4;
[
all
...]
Completed in 57 milliseconds