OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 25 milliseconds