Home
last modified time | relevance | path

Searched refs:mDrawables (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterBorder.java35 private HashMap<Integer, Drawable> mDrawables = new HashMap<Integer, Drawable>(); field in ImageFilterBorder
51 mDrawables.clear(); in freeResources()
79 mDrawables.clear(); in setResources()
84 Drawable drawable = mDrawables.get(rsc); in getDrawable()
87 mDrawables.put(rsc, drawable); in getDrawable()
/packages/apps/Camera/src/com/android/camera/
DCameraActivity.java51 private Drawable[] mDrawables; field in CameraActivity
73 mDrawables = new Drawable[DRAW_IDS.length]; in onCreate()
75 mDrawables[i] = getResources().getDrawable(DRAW_IDS[i]); in onCreate()
103 for (int i = 0; i < mDrawables.length; i++) { in init()
/packages/apps/Gallery2/src/com/android/camera/
DCameraActivity.java61 private Drawable[] mDrawables; field in CameraActivity
97 mDrawables = new Drawable[DRAW_IDS.length]; in onCreate()
99 mDrawables[i] = getResources().getDrawable(DRAW_IDS[i]); in onCreate()
130 for (int i = 0; i < mDrawables.length; i++) { in init()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java755 private final ArrayList<Drawable> mDrawables; field in StopwatchFragment.ImageLabelAdapter
765 mDrawables = drawables; in ImageLabelAdapter()
778 mDrawables = drawables; in ImageLabelAdapter()
791 mDrawables.get(position)); in getView()