Home
last modified time | relevance | path

Searched refs:PhotoTouchListener (Results 1 – 2 of 2) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTouchListener.java28 public class PhotoTouchListener implements View.OnTouchListener { class
55 public PhotoTouchListener(Context context, PhotoTable table) { in PhotoTouchListener() method in PhotoTouchListener
DPhotoTable.java484 photo.setOnTouchListener(new PhotoTouchListener(table.getContext(), in applyFrame()