Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterGradRepresentation.java52 int n = mBands.size(); in trimVector()
54 mBands.add(new Band()); in trimVector()
57 mBands.remove(i); in trimVector()
61 Vector<Band> mBands = new Vector<Band>(); field in FilterGradRepresentation
102 for (Band point : mBands) { in toString()
107 return "c=" + mBands.indexOf(mBands) + "[" + mBands.size() + "]" + count; in toString()
120 mBands.add(0, p); in creatExample()
129 int n = (rep.mCurrentBand == null) ? 0 : rep.mBands.indexOf(rep.mCurrentBand); in useParametersFrom()
130 for (Band band : rep.mBands) { in useParametersFrom()
134 mBands = tmpBands; in useParametersFrom()
[all …]