Home
last modified time | relevance | path

Searched refs:mBackgrounds (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectCalendarsSimpleAdapter.java125 static private int[] mBackgrounds = null; field in SelectCalendarsSimpleAdapter.TabletCalendarItemBackgrounds
134 if (mBackgrounds != null) { in getBackgrounds()
135 return mBackgrounds; in getBackgrounds()
138 mBackgrounds = new int[16]; in getBackgrounds()
140 mBackgrounds[0] = R.drawable.calname_unselected; in getBackgrounds()
142 mBackgrounds[IS_SELECTED] = R.drawable.calname_select_underunselected; in getBackgrounds()
144 mBackgrounds[IS_SELECTED | IS_BOTTOM] = in getBackgrounds()
147 mBackgrounds[IS_SELECTED | IS_BOTTOM | IS_BELOW_SELECTED] = in getBackgrounds()
149 mBackgrounds[IS_SELECTED | IS_TOP | IS_BOTTOM | IS_BELOW_SELECTED] = mBackgrounds[ in getBackgrounds()
151 mBackgrounds[IS_SELECTED | IS_TOP | IS_BOTTOM] = mBackgrounds[IS_SELECTED | IS_BOTTOM in getBackgrounds()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemView.java157 private final SparseArray<Drawable> mBackgrounds = new SparseArray<Drawable>(); field in ConversationItemView
748 Drawable drawable = mBackgrounds.get(resourceId); in setBackgroundResource()
755 mBackgrounds.put(resourceId, drawable); in setBackgroundResource()