Searched refs:FULL_VIEW (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
D | FilterShowActivity.java | 416 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/ |
D | Action.java | 49 public static final int FULL_VIEW = 0; field in Action
|