HomeSort by relevance Sort by last modified time
    Searched refs:mLocalRepresentation (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 59 protected FilterRepresentation mLocalRepresentation = null;
146 mLocalRepresentation = null;
196 if (mLocalRepresentation == null) {
199 mLocalRepresentation = preset.getFilterRepresentationCopyFrom(filterRepresentation);
206 return mLocalRepresentation;
256 if (mLocalRepresentation != null) {
257 s = mContext.getString(mLocalRepresentation.getTextId());
266 mLocalRepresentation = null;
EditorChanSat.java 139 mLocalRepresentation = null;
EditorVignette.java 95 mLocalRepresentation = null;

Completed in 80 milliseconds