Home
last modified time | relevance | path

Searched refs:mShortSide (Results 1 – 2 of 2) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoCarousel.java61 private int mShortSide; field in PhotoCarousel
141 if (mLongSide == 0 || mShortSide == 0) { in doInBackground()
144 decodedPhoto = mPhotoSource.next(mOptions, mLongSide, mShortSide); in doInBackground()
285 mShortSide = (int) Math.min(mWidth, mHeight); in onLayout()
DPhotoTable.java118 private int mShortSide; field in PhotoTable
433 mShortSide = (int) (mImageRatio * Math.min(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()
853 y -= mShortSide / 2f; in dropOnTable()