OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgrounds
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java
125
static private int[]
mBackgrounds
= null;
134
if (
mBackgrounds
!= null) {
135
return
mBackgrounds
;
138
mBackgrounds
= new int[16];
140
mBackgrounds
[0] = R.drawable.calname_unselected;
142
mBackgrounds
[IS_SELECTED] = R.drawable.calname_select_underunselected;
144
mBackgrounds
[IS_SELECTED | IS_BOTTOM] =
147
mBackgrounds
[IS_SELECTED | IS_BOTTOM | IS_BELOW_SELECTED] =
149
mBackgrounds
[IS_SELECTED | IS_TOP | IS_BOTTOM | IS_BELOW_SELECTED] =
mBackgrounds
[
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java
163
private final SparseArray<Drawable>
mBackgrounds
= new SparseArray<Drawable>();
[
all
...]
Completed in 64 milliseconds