Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterDrawRepresentation.java239 FilterDrawRepresentation fdRep = (FilterDrawRepresentation) representation; in equals() local
240 if (fdRep.mDrawing.size() != mDrawing.size()) in equals()
242 if (fdRep.mCurrent == null ^ (mCurrent == null || mCurrent.mPath == null)) { in equals()
247 if (fdRep.mCurrent != null && mCurrent != null && mCurrent.mPath != null) { in equals()
248 if (fdRep.mCurrent.noPoints == mCurrent.noPoints) { in equals()