Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java33 private Vector<CacheStep> mSteps = new Vector<CacheStep>();
35 static class CacheStep { class in CacheProcessing
39 public CacheStep() { in CacheStep() method in CacheProcessing.CacheStep
56 public boolean equals(CacheStep step) { in equals()
70 public static Vector<CacheStep> buildSteps(Vector<FilterRepresentation> filters) { in buildSteps()
71 Vector<CacheStep> steps = new Vector<CacheStep>(); in buildSteps()
72 CacheStep step = new CacheStep(); in buildSteps()
79 step = new CacheStep(); in buildSteps()
144 Vector<CacheStep> steps = CacheStep.buildSteps(filters); in process()
159 CacheStep newStep = steps.elementAt(i); in process()
[all …]