Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java47 public boolean canMergeWith(FilterRepresentation representation) { in canMergeWith() method in CacheProcessing.CacheStep
49 if (!rep.canMergeWith(representation)) { in canMergeWith()
75 if (step.canMergeWith(representation)) { in buildSteps()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRepresentation.java273 public boolean canMergeWith(FilterRepresentation representation) { in canMergeWith() method in FilterRepresentation