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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDraw.java97 if (!ParametricEditor.useCompact(mContext)) {
125 if (!ParametricEditor.useCompact(mContext)) {
168 if (!ParametricEditor.useCompact(mContext)) {
245 if (ParametricEditor.useCompact(mContext)) {
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);
H A DEditorColorBorder.java91 if (!ParametricEditor.useCompact(mContext)) {
189 if (ParametricEditor.useCompact(mContext)) {
H A DEditorChanSat.java102 if (useCompact(mContext)) {
134 if (useCompact(mContext)) {
173 if (useCompact(mContext)) {
H A DEditorGrad.java92 if (ParametricEditor.useCompact(mContext)) {
115 if (useCompact(mContext)) {
144 if (ParametricEditor.useCompact(mContext)) {
H A DEditorVignette.java84 if (useCompact(mContext)) {
160 if (useCompact(mContext)) {
192 if (useCompact(mContext)) {

Completed in 483 milliseconds