Home
last modified time | relevance | path

Searched refs:SHOW_VALUE_UNDEFINED (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java60 protected byte mShowParameter = SHOW_VALUE_UNDEFINED;
62 public static byte SHOW_VALUE_UNDEFINED = -1; field in Editor
200 if (mShowParameter == SHOW_VALUE_UNDEFINED && filterRepresentation != null) { in getLocalRepresentation()