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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 56 protected byte mShowParameter = SHOW_VALUE_UNDEFINED;
83 return mShowParameter;
205 if (mShowParameter == SHOW_VALUE_UNDEFINED) {
207 mShowParameter = show ? SHOW_VALUE_INT : SHOW_VALUE_OFF;
EditorStraighten.java 35 mShowParameter = SHOW_VALUE_INT;
ParametricEditor.java 93 if (mShowParameter == SHOW_VALUE_INT & useCompact(context)) {

Completed in 442 milliseconds