Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DAction.java50 public static final int CROP_VIEW = 1; field in Action
53 private int mType = CROP_VIEW;
81 this(context, representation, CROP_VIEW); in Action()
DCategoryView.java76 if (mAction.getType() == Action.CROP_VIEW) { in isHalfImage()