Searched refs:mBackgrounds (Results 1 – 2 of 2) sorted by relevance
125 static private int[] mBackgrounds = null; field in SelectCalendarsSimpleAdapter.TabletCalendarItemBackgrounds134 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 …]
157 private final SparseArray<Drawable> mBackgrounds = new SparseArray<Drawable>(); field in ConversationItemView748 Drawable drawable = mBackgrounds.get(resourceId); in setBackgroundResource()755 mBackgrounds.put(resourceId, drawable); in setBackgroundResource()