Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DEdgeSwipeDetector.java25 public class EdgeSwipeDetector { class
34 public EdgeSwipeDetector(Context context, PhotoTable table) { in EdgeSwipeDetector() method in EdgeSwipeDetector
DPhotoTable.java105 private final EdgeSwipeDetector mEdgeSwipeDetector;
164 mEdgeSwipeDetector = new EdgeSwipeDetector(context, this); in PhotoTable()