HomeSort by relevance Sort by last modified time
    Searched refs:ADD_ACTION (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 79 if (mAction.getType() == Action.ADD_ACTION) {
102 if (mAction != null && mAction.getType() == Action.ADD_ACTION) {
136 if (mAction.getType() == Action.ADD_ACTION) {
150 if (mAction.getType() == Action.ADD_ACTION) {
Action.java 51 public static final int ADD_ACTION = 2;
121 if (getType() == Action.ADD_ACTION) {
CategoryAdapter.java 108 if (action.getType() == Action.ADD_ACTION
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java     [all...]

Completed in 161 milliseconds