OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShowParameter
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java
60
protected byte
mShowParameter
= SHOW_VALUE_UNDEFINED;
87
return
mShowParameter
;
200
if (
mShowParameter
== SHOW_VALUE_UNDEFINED && filterRepresentation != null) {
202
mShowParameter
= show ? SHOW_VALUE_INT : SHOW_VALUE_OFF;
EditorStraighten.java
36
mShowParameter
= SHOW_VALUE_INT;
ParametricEditor.java
115
if (
mShowParameter
== SHOW_VALUE_INT & useCompact(context)) {
Completed in 38 milliseconds