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()
200 mLocalRepresentation = preset.getFilterRepresentationCopyFrom(filterRepresentation); in getLocalRepresentation()
207 return mLocalRepresentation; in getLocalRepresentation()
257 if (mLocalRepresentation != null) { in updateText()
258 s = mContext.getString(mLocalRepresentation.getTextId()); in updateText()
267 mLocalRepresentation = null; in reflectCurrentFilter()