Home
last modified time | relevance | path

Searched refs:PhotoTable (Results 1 – 8 of 8) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java54 public class PhotoTable extends FrameLayout { class
61 PhotoTable.this.scheduleNext(mDropPeriod); in run()
62 PhotoTable.this.launch(); in run()
69 PhotoTable.this.clearFocus(); in run()
76 PhotoTable.this.clearSelection(); in run()
130 public PhotoTable(Context context, AttributeSet as) { in PhotoTable() method in PhotoTable
461 private static View applyFrame(final PhotoTable table, final BitmapFactory.Options options, in applyFrame()
504 final PhotoTable table = PhotoTable.this; in doInBackground()
515 return applyFrame(PhotoTable.this, mOptions, decodedPhoto); in doInBackground()
523 PhotoTable.this.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT, in onPostExecute()
[all …]
DPhotoTableDream.java39 PhotoTable table = (PhotoTable) findViewById(R.id.table); in onDreamingStarted()
DEdgeSwipeDetector.java32 private final PhotoTable mTable;
34 public EdgeSwipeDetector(Context context, PhotoTable table) { in EdgeSwipeDetector()
DKeyboardInterpreter.java29 private final PhotoTable mTable;
33 public KeyboardInterpreter(PhotoTable table) { in KeyboardInterpreter()
DDragGestureDetector.java29 private final PhotoTable mTable;
36 public DragGestureDetector(Context context, PhotoTable table) { in DragGestureDetector()
DPhotoTouchListener.java35 private final PhotoTable mTable;
55 public PhotoTouchListener(Context context, PhotoTable table) { in PhotoTouchListener()
/packages/screensavers/PhotoTable/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/PhotoTable)
DAndroid.bp2 name: "PhotoTable",