HomeSort by relevance Sort by last modified time
    Searched refs:PhotoTable (Results 1 - 8 of 8) sorted by null

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTableDream.java 16 package com.android.dreams.phototable;
39 PhotoTable table = (PhotoTable) findViewById(R.id.table);
EdgeSwipeDetector.java 16 package com.android.dreams.phototable;
32 private final PhotoTable mTable;
34 public EdgeSwipeDetector(Context context, PhotoTable table) {
DragGestureDetector.java 16 package com.android.dreams.phototable;
29 private final PhotoTable mTable;
36 public DragGestureDetector(Context context, PhotoTable table) {
KeyboardInterpreter.java 16 package com.android.dreams.phototable;
29 private final PhotoTable mTable;
33 public KeyboardInterpreter(PhotoTable table) {
PhotoTable.java 16 package com.android.dreams.phototable;
54 public class PhotoTable extends 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) {
461 private static View applyFrame(final PhotoTable table, final BitmapFactory.Options options,
504 final PhotoTable table = PhotoTable.this
    [all...]
PhotoTouchListener.java 16 package com.android.dreams.phototable;
26 * Touch listener that implements phototable interactions.
35 private final PhotoTable mTable;
55 public PhotoTouchListener(Context context, PhotoTable table) {
  /packages/screensavers/PhotoTable/
Android.mk 9 LOCAL_PACKAGE_NAME := PhotoTable
  /build/target/product/
full_base.mk 41 PhotoTable

Completed in 48 milliseconds