Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryView.java156 activity.showRepresentation(mAction.getRepresentation()); in onClick()
160 activity.showRepresentation(mAction.getRepresentation()); in onClick()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java264 activity.showRepresentation(representation); in onTouchEvent()
DStateView.java334 activity.showRepresentation(representation); in onTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java653 public void showRepresentation(FilterRepresentation representation) { in showRepresentation() method in FilterShowActivity
873 showRepresentation(mCategoryFiltersAdapter.getTinyPlanet()); in onPostExecute()