HomeSort by relevance Sort by last modified time
    Searched full:mbackgrounds (Results 1 - 1 of 1) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 107 static private int[] mBackgrounds = null;
116 if (mBackgrounds != null) {
117 return mBackgrounds;
120 mBackgrounds = new int[16];
122 mBackgrounds[0] = R.drawable.calname_unselected;
124 mBackgrounds[IS_SELECTED] = R.drawable.calname_select_underunselected;
126 mBackgrounds[IS_SELECTED | IS_BOTTOM] =
129 mBackgrounds[IS_SELECTED | IS_BOTTOM | IS_BELOW_SELECTED] =
131 mBackgrounds[IS_SELECTED | IS_TOP | IS_BOTTOM | IS_BELOW_SELECTED] = mBackgrounds[
    [all...]

Completed in 36 milliseconds