Searched refs:PhotoTable (Results 1 - 7 of 7) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTableDream.java39 PhotoTable table = (PhotoTable) findViewById(R.id.table);
H A DEdgeSwipeDetector.java32 private final PhotoTable mTable;
34 public EdgeSwipeDetector(Context context, PhotoTable table) {
H A DDragGestureDetector.java29 private final PhotoTable mTable;
36 public DragGestureDetector(Context context, PhotoTable table) {
H A DKeyboardInterpreter.java29 private final PhotoTable mTable;
33 public KeyboardInterpreter(PhotoTable table) {
H A DPhotoTable.java54 public class PhotoTable extends FrameLayout { class in inherits:FrameLayout
55 private static final String TAG = "PhotoTable";
61 PhotoTable.this.scheduleNext(mDropPeriod);
62 PhotoTable.this.launch();
69 PhotoTable.this.clearFocus();
76 PhotoTable.this.clearSelection();
130 public PhotoTable(Context context, AttributeSet as) { method in class:PhotoTable
461 private static View applyFrame(final PhotoTable table, final BitmapFactory.Options options,
504 final PhotoTable table = PhotoTable
[all...]
H A DPhotoTouchListener.java35 private final PhotoTable mTable;
55 public PhotoTouchListener(Context context, PhotoTable table) {
/packages/screensavers/PhotoTable/
H A DAndroid.mk9 LOCAL_PACKAGE_NAME := PhotoTable

Completed in 85 milliseconds