Searched refs:PhotoTable (Results 1 – 8 of 8) sorted by relevance
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTable.java | 54 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 …]
|
D | PhotoTableDream.java | 39 PhotoTable table = (PhotoTable) findViewById(R.id.table); in onDreamingStarted()
|
D | EdgeSwipeDetector.java | 32 private final PhotoTable mTable; 34 public EdgeSwipeDetector(Context context, PhotoTable table) { in EdgeSwipeDetector()
|
D | DragGestureDetector.java | 29 private final PhotoTable mTable; 36 public DragGestureDetector(Context context, PhotoTable table) { in DragGestureDetector()
|
D | KeyboardInterpreter.java | 29 private final PhotoTable mTable; 33 public KeyboardInterpreter(PhotoTable table) { in KeyboardInterpreter()
|
D | PhotoTouchListener.java | 35 private final PhotoTable mTable; 55 public PhotoTouchListener(Context context, PhotoTable table) { in PhotoTouchListener()
|
/packages/screensavers/PhotoTable/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/PhotoTable)
|
D | Android.bp | 2 name: "PhotoTable",
|