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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCacheProcessing.java36 ArrayList<FilterRepresentation> representations; field in class:CacheProcessing.CacheStep
40 representations = new ArrayList<FilterRepresentation>();
44 representations.add(representation);
48 for (FilterRepresentation rep : representations) {
57 if (representations.size() != step.representations.size()) {
60 for (int i = 0; i < representations.size(); i++) {
61 FilterRepresentation r1 = representations.get(i);
62 FilterRepresentation r2 = step.representations.get(i);
88 if (representations
[all...]

Completed in 57 milliseconds