Searched defs:mBackgrounds (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSimpleAdapter.java125 static private int[] mBackgrounds = null; field in class:SelectCalendarsSimpleAdapter.TabletCalendarItemBackgrounds
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/
H A DConversationItemView.java164 private final SparseArray<Drawable> mBackgrounds = new SparseArray<Drawable>(); field in class:ConversationItemView
827 Drawable drawable = mBackgrounds.get(resourceId);
834 mBackgrounds.put(resourceId, drawable);

Completed in 265 milliseconds