Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DKeyboardInterpreter.java25 public class KeyboardInterpreter { class
33 public KeyboardInterpreter(PhotoTable table) { in KeyboardInterpreter() method in KeyboardInterpreter
DPhotoTable.java106 private final KeyboardInterpreter mKeyboardInterpreter;
165 mKeyboardInterpreter = new KeyboardInterpreter(this); in PhotoTable()