Home
last modified time | relevance | path

Searched refs:startTouchAnimation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryView.java172 activity.startTouchAnimation(this, event.getX(), event.getY()); in onTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java311 activity.startTouchAnimation(this, event.getX(), event.getY()); in onTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java1489 public void startTouchAnimation(View target, float x, float y) { in startTouchAnimation() method in FilterShowActivity