OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CROP_VIEW
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java
50
public static final int
CROP_VIEW
= 1;
53
private int mType =
CROP_VIEW
;
81
this(context, representation,
CROP_VIEW
);
CategoryView.java
76
if (mAction.getType() == Action.
CROP_VIEW
) {
Completed in 34 milliseconds