OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAW_BORDER
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java
43
public static final int
DRAW_BORDER
= 1;
74
if (style != DRAW_FULL && style !=
DRAW_BORDER
&& style != DRAW_FADED) {
107
case
DRAW_BORDER
:
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java
145
holder.colorChip.setDrawStyle(ColorChipView.
DRAW_BORDER
);
Completed in 1770 milliseconds