Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java59 protected FilterRepresentation mLocalRepresentation = null; field in Editor
146 mLocalRepresentation = null; in createEditor()
196 if (mLocalRepresentation == null) { in getLocalRepresentation()
199 mLocalRepresentation = preset.getFilterRepresentationCopyFrom(filterRepresentation); in getLocalRepresentation()
206 return mLocalRepresentation; in getLocalRepresentation()
256 if (mLocalRepresentation != null) { in updateText()
257 s = mContext.getString(mLocalRepresentation.getTextId()); in updateText()
266 mLocalRepresentation = null; in reflectCurrentFilter()