Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java63 public static byte SHOW_VALUE_OFF = 0; field in Editor
202 mShowParameter = show ? SHOW_VALUE_INT : SHOW_VALUE_OFF; in getLocalRepresentation()