Home
last modified time | relevance | path

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

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