Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java416 new Action(this, originalRep, Action.FULL_VIEW)); in updateVersions()
421 new Action(this, currentRep, Action.FULL_VIEW)); in updateVersions()
427 new Action(this, rep, Action.FULL_VIEW, true)); in updateVersions()
578 mCategoryBordersAdapter.add(new Action(this, representation, Action.FULL_VIEW)); in fillBorders()
1142 new Action(this, representation, Action.FULL_VIEW, true)); in updateUserPresetsFromManager()
1143 mUserPresetsAdapter.add(new Action(this, representation, Action.FULL_VIEW)); in updateUserPresetsFromManager()
1181 mCategoryLooksAdapter.add(new Action(this, representation, Action.FULL_VIEW)); in fillLooks()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DAction.java49 public static final int FULL_VIEW = 0; field in Action