Searched defs:useCompact (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DParametricEditor.java115 if (mShowParameter == SHOW_VALUE_INT & useCompact(context)) {
152 protected static boolean useCompact(Context context) { method in class:ParametricEditor
187 Class c = ((useCompact(context)) ? portraitMap : landscapeMap).get(pType);

Completed in 111 milliseconds