HomeSort by relevance Sort by last modified time
    Searched refs:mBackgrounds (Results 1 - 6 of 6) 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...]
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 59 Map<Point, Drawable> mBackgrounds = new HashMap<Point, Drawable>();
85 Drawable drawable = mBackgrounds.get(pt);
99 mBackgrounds.put(pt, drawable);
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 59 Map<Point, Drawable> mBackgrounds = new HashMap<Point, Drawable>();
85 Drawable drawable = mBackgrounds.get(pt);
99 mBackgrounds.put(pt, drawable);
  /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
GridExampleActivity.java 59 Map<Point, Drawable> mBackgrounds = new HashMap<Point, Drawable>();
85 Drawable drawable = mBackgrounds.get(pt);
99 mBackgrounds.put(pt, drawable);
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 157 private final SparseArray<Drawable> mBackgrounds = new SparseArray<Drawable>();
748 Drawable drawable = mBackgrounds.get(resourceId);
755 mBackgrounds.put(resourceId, drawable);
    [all...]

Completed in 98 milliseconds