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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDraw.java 97 if (!ParametricEditor.useCompact(mContext)) {
125 if (!ParametricEditor.useCompact(mContext)) {
168 if (!ParametricEditor.useCompact(mContext)) {
245 if (ParametricEditor.useCompact(mContext)) {
ParametricEditor.java 115 if (mShowParameter == SHOW_VALUE_INT & useCompact(context)) {
152 protected static boolean useCompact(Context context) {
187 Class c = ((useCompact(context)) ? portraitMap : landscapeMap).get(pType);
EditorColorBorder.java 91 if (!ParametricEditor.useCompact(mContext)) {
189 if (ParametricEditor.useCompact(mContext)) {
EditorChanSat.java 102 if (useCompact(mContext)) {
134 if (useCompact(mContext)) {
173 if (useCompact(mContext)) {
EditorGrad.java 92 if (ParametricEditor.useCompact(mContext)) {
115 if (useCompact(mContext)) {
144 if (ParametricEditor.useCompact(mContext)) {
EditorVignette.java 84 if (useCompact(mContext)) {
160 if (useCompact(mContext)) {
192 if (useCompact(mContext)) {

Completed in 882 milliseconds