Home
last modified time | relevance | path

Searched refs:ADD_ACTION (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryView.java79 if (mAction.getType() == Action.ADD_ACTION) { in isHalfImage()
102 if (mAction != null && mAction.getType() == Action.ADD_ACTION) { in needsCenterText()
136 if (mAction.getType() == Action.ADD_ACTION) { in setAction()
150 if (mAction.getType() == Action.ADD_ACTION) { in onClick()
DAction.java51 public static final int ADD_ACTION = 2; field in Action
121 if (getType() == Action.ADD_ACTION) { in setImageFrame()
DCategoryAdapter.java108 if (action.getType() == Action.ADD_ACTION in getView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java1146 mCategoryLooksAdapter.add(new Action(this, Action.ADD_ACTION)); in updateUserPresetsFromManager()
1185 mCategoryLooksAdapter.add(new Action(this, Action.ADD_ACTION)); in fillLooks()