Searched refs:mLongSide (Results 1 – 2 of 2) sorted by relevance
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTable.java | 117 private int mLongSide; field in PhotoTable 432 mLongSide = (int) (mImageRatio * Math.max(mWidth, mHeight)); in onLayout() 510 mOptions, table.mLongSide, table.mShortSide); in doInBackground() 513 mOptions, table.mLongSide, table.mShortSide); in doInBackground() 561 table.mLongSide, table.mShortSide)); in doInBackground() 752 photo.setX(-mLongSide); in throwOnTable() 753 photo.setY(-mLongSide); in throwOnTable() 773 final float[] o = { mWidth + mLongSide / 2f, in fling() 774 mHeight + mLongSide / 2f }; in fling() 852 x -= mLongSide / 2f; in dropOnTable()
|
D | PhotoCarousel.java | 60 private int mLongSide; field in PhotoCarousel 141 if (mLongSide == 0 || mShortSide == 0) { in doInBackground() 144 decodedPhoto = mPhotoSource.next(mOptions, mLongSide, mShortSide); in doInBackground() 284 mLongSide = (int) Math.max(mWidth, mHeight); in onLayout()
|