Searched defs:bitmapResource (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterFxRepresentation.java28 public FilterFxRepresentation(String name, int bitmapResource, int nameResource) { argument
31 mBitmapResource = bitmapResource;
109 public void setBitmapResource(int bitmapResource) { argument
110 mBitmapResource = bitmapResource;

Completed in 23 milliseconds