Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterFxRepresentation.java64 setBitmapResource(representation.getBitmapResource()); in useParametersFrom()
105 public int getBitmapResource() { in getBitmapResource() method in FilterFxRepresentation
DImageFilterFx.java67 int bitmapResourceId = getParameters().getBitmapResource(); in apply()