Home | History | Annotate | Download | only in phototable

Lines Matching refs:PhotoTable

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;
515 return applyFrame(PhotoTable.this, mOptions, decodedPhoto);
523 PhotoTable.this.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
525 PhotoTable.this.mOnDeck[mSlot] = photo;
534 PhotoTable.this.placeOnDeck(v, mSlot);
558 final PhotoTable table = PhotoTable.this;
559 return applyFrame(PhotoTable.this, mOptions,
567 final PhotoTable table = PhotoTable.this;